Reduce frequency to run every 15 mins

This commit is contained in:
Matan Kushner
2019-03-29 12:23:26 -04:00
parent 717ba24bf0
commit 2df7d3078e

View File

@@ -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: