We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd0742 commit 8b71f3cCopy full SHA for 8b71f3c
.github/workflows/test.yml
@@ -11,7 +11,7 @@ on:
11
default: false
12
type: boolean
13
schedule:
14
- - cron: '0 13 * * *' # Runs at 6 am pacific every day
+ - cron: '0 13 * * SUN' # Runs at 6 am pacific every sunday
15
16
jobs:
17
.github/workflows/update_coc.yml
@@ -10,7 +10,7 @@ on:
10
# Run every Sunday at midnight UTC (00:00) - triggered by webhook?
- - cron: '0 0 * * 0'
+ - cron: '0 0 * * SUN'
0 commit comments