Skip to content

Commit 4744336

Browse files
committed
Run the tier 2 sysroots job on a schedule, not push
1 parent 0ddccf9 commit 4744336

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)