CI: Update nightly semi-weekly
Updating the nightly toolchain every day is overly arduous, lets just update it twice a week.
This commit is contained in:
parent
23c0537f2d
commit
cf19e37785
|
@ -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