Skip to content

Commit b5433ca

Browse files
committed
ci: reduce nightly version update from semiweekly to weekly
Turns out it's hard with GA to do things every other week (or every four weeks). But it's easy to at least stop doing it twice every week!
1 parent 0ef8046 commit b5433ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron-semi-weekly-update-nightly.yml renamed to .github/workflows/cron-weekly-update-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Update Nightly rustc
22
on:
33
schedule:
4-
- cron: "5 0 * * 1,4" # runs every Monday and Thursday at 00:05 UTC
4+
- cron: "5 0 * * 1" # runs every Monday at 00:05 UTC
55
workflow_dispatch: # allows manual triggering
66
jobs:
77
format:

0 commit comments

Comments
 (0)