Merge rust-bitcoin/rust-bitcoin#3686: Run nightly update bot once a week
01ec48cfb8
Re-name cron nightly update jobs (Tobin C. Harding)f428833bdd
Only update nightly once a week (Tobin C. Harding) Pull request description: Merging the nightly update PRs is boring and annoying. We can just do it once a week without too much risk of falling behind. This does mean that I (Tobin) can't be lazy and skip merging the bot's PRs (which I find myself doing when its twice a week). ACKs for top commit: apoelstra: ACK 01ec48cfb83389759c1c83ec85d008533ddef74d; successfully ran local tests Tree-SHA512: 72bd138399cc742cba89912fd576bf8b8ef23db123c197278f9910f6ce9470607b37e26ceb690e7140faa3493ad7e370c157285ffb2adfc1321b0dc0e0f9f9c9
This commit is contained in:
commit
7ba24e9f4d
|
@ -1,7 +1,7 @@
|
||||||
name: Update Nightly rustc
|
name: Update Nightly rustc
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "5 0 * * 1,4" # runs every Monday and Thursday at 00:05
|
- cron: "5 0 * * 6" # Saturday at 00:05
|
||||||
workflow_dispatch: # allows manual triggering
|
workflow_dispatch: # allows manual triggering
|
||||||
jobs:
|
jobs:
|
||||||
format:
|
format:
|
Loading…
Reference in New Issue