CI: Run the nightly update job at 5 past midnight

Currently we run the job at midnight here and in `sepc256k1`, 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.
This commit is contained in:
Tobin C. Harding 2024-09-12 11:54:34 +10:00
parent 4cc14d9df8
commit ff88fdf544
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name: Update Nightly rustc name: Update Nightly rustc
on: on:
schedule: 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
workflow_dispatch: # allows manual triggering workflow_dispatch: # allows manual triggering
jobs: jobs:
format: format: