Skip to content

Commit

Permalink
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,9 @@ jobs:
workflows:
version: 2
default_workflow:
when:
not:
equal: [scheduled_pipeline, << pipeline.trigger_source >>]
jobs:
# Linux jobs
- setup
Expand Down Expand Up @@ -392,16 +395,12 @@ workflows:
- test
- e2e-cli

nightly:
triggers:
- schedule:
cron: '0 0 * * *'
filters:
branches:
only:
- 13.3.x
daily_run_workflow:
when:
and:
- equal: [scheduled_pipeline, << pipeline.trigger_source >>]
- equal: ['13.3.x nightly run', << pipeline.schedule.name >>]
jobs:
# Linux jobs
- setup
- build:
requires:
Expand Down

0 comments on commit 2fbeb04

Please sign in to comment.