Skip to content

Commit

Permalink
CI: Run the nightly update job at 5 past midnight
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tcharding committed Sep 12, 2024
1 parent 3453adb commit 624fd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cron-semi-weekly-update-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Update Nightly rustc
on:
schedule:
- cron: "0 0 * * 1,4" # runs every Monday and Thursday at 00:00
- cron: "5 0 * * 1,4" # runs every Monday and Thursday at 00:05 UTC
workflow_dispatch: # allows manual triggering
jobs:
format:
Expand Down

0 comments on commit 624fd47

Please sign in to comment.