Skip to content

Commit

Permalink
Reduce frequency to run every 15 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai committed Mar 29, 2019
1 parent 717ba24 commit 2df7d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2df7d30

Please sign in to comment.