Skip to content

Commit

Permalink
Merge pull request #2516 from brecke/brecke/issue2515
Browse files Browse the repository at this point in the history
Setup CircleCI scheduled triggers
  • Loading branch information
brecke authored Dec 9, 2021
2 parents d3e929f + 546b689 commit 6d85561
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,9 @@ workflows:
jobs:
- coverage
scheduled:
triggers:
- schedule:
cron: 0 1 * * *
filters:
branches:
only: master
when:
and:
- equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
- equal: [ "Sequential testing", << pipeline.schedule.name >> ]
jobs:
- coverage

0 comments on commit 6d85561

Please sign in to comment.