Merge rust-bitcoin/rust-bitcoin#3351: CI: Run the nightly update job at 5 past midnight

ff88fdf544 CI: Run the nightly update job at 5 past midnight (Tobin C. Harding)

Pull request description:

  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.

ACKs for top commit:
  Kixunil:
    ACK ff88fdf544
  apoelstra:
    ACK ff88fdf544 successfully ran local tests

Tree-SHA512: 063e062f5c7edaf8ef6622365cdcaec1e5e6f2f21d076ffa07ded80774c28dad28035f56515b7b4f21b36159c6d1d219ffd01169caa94a5ea1301e62e0341262
This commit is contained in:
merge-script 2024-09-12 19:15:08 +00:00
commit d01e354834
No known key found for this signature in database
GPG Key ID: C588D63CE41B97C1
1 changed files with 1 additions and 1 deletions

View File

@ -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
workflow_dispatch: # allows manual triggering
jobs:
format: