Only update nightly once a week

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).
This commit is contained in:
Tobin C. Harding 2024-12-02 09:44:35 +11:00
parent fe956ccb4e
commit f428833bdd
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 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: