Skip to content

Commit 8c8511b

Browse files
committed
Merge branch 'f_2681' of github.com:x1101/ansible-documentation into f_2681
2 parents ad03fc9 + 539e32e commit 8c8511b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/scan.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
name: GitHub Actions Security Analysis with zizmor 🌈
22

33
on:
4+
schedule:
5+
# Daily
6+
- cron: "23 7 * * *"
47
push:
8+
paths:
9+
- .github/workflows/*
510
pull_request:
11+
paths:
12+
- .github/workflows/*
613

714
permissions: {}
815

0 commit comments

Comments
 (0)