Skip to content

Commit

Permalink
Run CI cronjob once a day
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Jul 30, 2022
1 parent 7c70282 commit d6dc791
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,12 @@ workflows:
every-hour:
triggers:
- schedule:
# every 3 minutes
#cron: "0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * *"
cron: "0 * * * *"
#cron: "* * * * *"
# every hour at 0 minutes
#cron: "0 * * * *"
# once a day at midnight
cron: "0 0 * * *"
filters:
branches:
only: [ master ]
Expand Down

0 comments on commit d6dc791

Please sign in to comment.