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.
2 parents f415e8e + 35a6966 commit 0172fe6Copy full SHA for 0172fe6
README.md
@@ -36,7 +36,7 @@ name: Example
36
37
on:
38
schedule:
39
- cron: '0 0 * * *'
+ - cron: '12 22 * * *' # Runs at 22:12 UTC every day
40
41
jobs:
42
# Best used in combination with actions/stale to assign a Stale label
0 commit comments