cron 20 mins
This commit is contained in:
parent
8a42e77563
commit
d78dad8cca
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ on:
|
||||||
- common
|
- common
|
||||||
schedule:
|
schedule:
|
||||||
# Run every 30 minutes
|
# Run every 30 minutes
|
||||||
- cron: '*/30 * * * *'
|
- cron: '*/20 * * * *'
|
||||||
|
|
||||||
# Other schedule options (uncomment to use):
|
# Other schedule options (uncomment to use):
|
||||||
# Run every 15 minutes
|
# Run every 15 minutes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue