Skip to content

Commit

Permalink
Run CI pipeline Merkely watcher cron job every 1 hour
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Apr 30, 2021
1 parent 398be38 commit c62dfa5
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 @@ -87,10 +87,10 @@ workflows:
context: cyberdojo-context
requires: [ deploy-to-prod ]

every-30-mins:
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 * * * *"
filters:
branches:
only: [ master ]
Expand Down

0 comments on commit c62dfa5

Please sign in to comment.