Make the rustc-pull workflow run less often
This commit is contained in:
parent
ca06fbc762
commit
3e5b413dc4
1 changed files with 2 additions and 2 deletions
|
|
@ -3,8 +3,8 @@ name: rustc-pull
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# Run at 04:00 UTC every day
|
||||
- cron: '0 4 * * *'
|
||||
# Run at 04:00 UTC every Monday and Thursday
|
||||
- cron: '0 4 * * 1,4'
|
||||
|
||||
jobs:
|
||||
pull:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue