We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3760c68 commit 4b1f8b9Copy full SHA for 4b1f8b9
1 file changed
.github/workflows/nightly.yaml
@@ -2,7 +2,9 @@ name: nightly
2
3
on:
4
schedule:
5
- - cron: "21 01 * * *"
+ # Run early Monday UTC, which is late Sunday ET
6
+ # https://crontab.guru/#21_01_*_*_1
7
+ - cron: "21 01 * * 1"
8
workflow_dispatch:
9
# push:
10
0 commit comments