Run the tier 2 sysroots job on a schedule, not push

This commit is contained in:
Ben Kimock 2024-01-08 09:46:34 -05:00
parent 0ddccf933a
commit 47443364e8

View file

@ -1,8 +1,8 @@
name: Tier 2 sysroots
on: push
# schedule:
# - cron: '44 4 * * *' # At 4:44 UTC every day.
on:
schedule:
- cron: '44 4 * * *' # At 4:44 UTC every day.
defaults:
run: