Merge rust-bitcoin/rust-bitcoin#2744: CI: Update nightly semi-weekly

cf19e37785 CI: Update nightly semi-weekly (Tobin C. Harding)

Pull request description:

  Updating the nightly toolchain every day is overly arduous, lets just update it twice a week.

ACKs for top commit:
  apoelstra:
    ACK cf19e37785 CI-only, will one-ACK merge

Tree-SHA512: c827a1805efea43b945c254775cde7d3e064ccebbcca7cf0d9ca92447e54a43ec0f41d324b3e39d70ff060620ef005e867578461d1eb4b69996d2416f69f6a05
This commit is contained in:
Andrew Poelstra 2024-05-06 12:42:41 +00:00
commit 1d98472f6f
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 * * *" # runs daily at 00:00
- cron: "0 0 * * 1,4" # runs every Monday and Thursday at 00:00
workflow_dispatch: # allows manual triggering
jobs:
format: