Run the tier 2 sysroots job on a schedule, not push
This commit is contained in:
parent
0ddccf933a
commit
47443364e8
1 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue