Skip to content

Commit

Permalink
Run less often during CI changeover
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Jul 30, 2022
1 parent 8f8a104 commit 7c70282
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 7c70282

Please sign in to comment.