Skip to content

Commit

Permalink
Run Merkely CI reporter cron job every 3 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Nov 4, 2021
1 parent 6ca22c5 commit ad2a87b
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 @@ -113,8 +113,8 @@ workflows:
every-hour:
triggers:
- schedule:
#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 * * * *"
#cron: "* * * * *"
filters:
branches:
Expand Down

0 comments on commit ad2a87b

Please sign in to comment.