Skip to content

Commit

Permalink
Switch back to running Merkely reporter every hour.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Nov 2, 2021
1 parent 7c1341a commit 153af77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,8 @@ workflows:
every-hour:
triggers:
- schedule:
#cron: "0,5,10,15,20,25,30,35,40,45,50,55 * * * *"
cron: "0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * *"
#cron: "0 * * * *"
#cron: "0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * *"
cron: "0 * * * *"
filters:
branches:
only: [ master ]
Expand Down

0 comments on commit 153af77

Please sign in to comment.