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:
Tobin C. Harding 2024-05-06 09:16:37 +10:00
parent 23c0537f2d
commit cf19e37785
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
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: