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: ACKcf19e37785
CI-only, will one-ACK merge Tree-SHA512: c827a1805efea43b945c254775cde7d3e064ccebbcca7cf0d9ca92447e54a43ec0f41d324b3e39d70ff060620ef005e867578461d1eb4b69996d2416f69f6a05
This commit is contained in:
commit
1d98472f6f
|
@ -1,7 +1,7 @@
|
||||||
name: Update Nightly rustc
|
name: Update Nightly rustc
|
||||||
on:
|
on:
|
||||||
schedule:
|
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
|
workflow_dispatch: # allows manual triggering
|
||||||
jobs:
|
jobs:
|
||||||
format:
|
format:
|
Loading…
Reference in New Issue