Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 707db44

Browse files
committed
Auto merge of rust-lang#3262 - saethlin:tier-2-cron, r=saethlin
Run the tier 2 sysroots job on a schedule, not push I had this running on push instead of on a schedule so that I could verify that it worked, then forgot to switch it back to cron before merging.
2 parents 0ddccf9 + 4744336 commit 707db44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tools/miri/.github/workflows/sysroots.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Tier 2 sysroots
22

3-
on: push
4-
# schedule:
5-
# - cron: '44 4 * * *' # At 4:44 UTC every day.
3+
on:
4+
schedule:
5+
- cron: '44 4 * * *' # At 4:44 UTC every day.
66

77
defaults:
88
run:

0 commit comments

Comments
 (0)