We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa66f54 + ba9a620 commit 53abba4Copy full SHA for 53abba4
1 file changed
.github/workflows/snyk-scan.yml
@@ -5,6 +5,9 @@ on:
5
branches: [ main, master ]
6
pull_request:
7
8
+ schedule:
9
+ # Weekly on Monday 06:00 UTC (GitHub Actions cron is UTC-only)
10
+ - cron: '0 6 * * 1'
11
workflow_dispatch:
12
13
jobs:
0 commit comments