We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae362a commit aa48eb2Copy full SHA for aa48eb2
.github/workflows/cve_checks.yml
@@ -22,6 +22,7 @@ on:
22
- 'settings.gradle'
23
workflow_dispatch:
24
schedule:
25
+ # * is a special character in YAML so you have to quote this string
26
- cron: '0 8 15 * *'
27
28
permissions:
0 commit comments