Skip to content

Commit

Permalink
Fix cron typo in CI pipeline yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Aug 30, 2021
1 parent d5119e4 commit 2ca587d
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 @@ -116,7 +116,7 @@ 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,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * *"
cron: "0 * * * *"
filters:
branches:
Expand Down

0 comments on commit 2ca587d

Please sign in to comment.