cron
This commit is contained in:
parent
77092fc586
commit
149cb76aa8
1 changed files with 3 additions and 1 deletions
|
|
@ -42,7 +42,9 @@ on:
|
|||
- pr
|
||||
schedule:
|
||||
# Run every 30 minutes
|
||||
- cron: '*/20 * * * *'
|
||||
# - cron: '*/20 * * * *'
|
||||
# Run every 6 hours (at 2:00, 8:00, 14:00, 20:00 UTC)
|
||||
- cron: '0 */6 * * *'
|
||||
|
||||
# Other schedule options (uncomment to use):
|
||||
# Run every 15 minutes
|
||||
|
|
|
|||
Loading…
Reference in a new issue