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 f415e8e commit 35a6966Copy full SHA for 35a6966
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