Skip to content

Commit

Permalink
chore: Use long-hand format for cron
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson committed Jul 17, 2019
1 parent 804cf93 commit 4a5de70
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 @@ -306,7 +306,7 @@ workflows:
www_deploy:
triggers:
- schedule:
cron: "0 */4 * * *"
cron: "0 2,6,10,14,18,22 * * *"
filters:
branches:
only:
Expand Down

0 comments on commit 4a5de70

Please sign in to comment.