Skip to content

Commit

Permalink
Switch CI pipeline merkely-reporter cronjob schedule back to every hour
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Aug 30, 2021
1 parent 10c8905 commit 16e40c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ workflows:
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 16e40c3

Please sign in to comment.