Skip to content

Commit

Permalink
.circleci/config.yml: fix cron timing
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1nksm committed Jul 7, 2019
1 parent 1b0df44 commit e12c538
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .circleci/config.yml
Expand Up @@ -48,23 +48,16 @@ workflows:
requires:
- lint
- test
lint-schedule:
daily_update_schedule:
jobs:
- lint
- coverage:
requires:
- lint
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only:
- master
coverage-schedule:
jobs:
- coverage
triggers:
- schedule:
cron: "1,5,10 0 * * *"
filters:
branches:
only:
- master

0 comments on commit e12c538

Please sign in to comment.