Skip to content

Commit 4b1f8b9

Browse files
authored
Reduce nightly build frequency to weekly on Sunday night (#883)
1 parent 3760c68 commit 4b1f8b9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/nightly.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: nightly
22

33
on:
44
schedule:
5-
- cron: "21 01 * * *"
5+
# Run early Monday UTC, which is late Sunday ET
6+
# https://crontab.guru/#21_01_*_*_1
7+
- cron: "21 01 * * 1"
68
workflow_dispatch:
79
# push:
810

0 commit comments

Comments
 (0)