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