mirror of
https://github.com/KevinMidboe/waka-box.git
synced 2025-10-29 01:40:22 +00:00
Reduce frequency to run every 15 mins
This commit is contained in:
@@ -37,7 +37,7 @@ workflows:
|
|||||||
triggers:
|
triggers:
|
||||||
- schedule:
|
- schedule:
|
||||||
# Run once every 5 minutes
|
# Run once every 5 minutes
|
||||||
cron: "0,5,10,15,20,25,30,35,40,45,50,55 * * * *"
|
cron: "0,15,30,45 * * * *"
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|||||||
Reference in New Issue
Block a user