Skip to content

Commit 624fd47

Browse files
committed
CI: Run the nightly update job at 5 past midnight
Currently we run the job at midnight here and in `bitcoin`, this led recently to one using the nightly toolchain from the 10th of Sep and the other using the toolchain from 11th of Sep. Update to run at 5 past so this doesn't happen again.
1 parent 3453adb commit 624fd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron-semi-weekly-update-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Update Nightly rustc
22
on:
33
schedule:
4-
- cron: "0 0 * * 1,4" # runs every Monday and Thursday at 00:00
4+
- cron: "5 0 * * 1,4" # runs every Monday and Thursday at 00:05 UTC
55
workflow_dispatch: # allows manual triggering
66
jobs:
77
format:

0 commit comments

Comments
 (0)