We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa66f54 commit ba9a620Copy full SHA for ba9a620
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