We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f298ebb commit 2fbeb04Copy full SHA for 2fbeb04
.circleci/config.yml
@@ -324,6 +324,9 @@ jobs:
324
workflows:
325
version: 2
326
default_workflow:
327
+ when:
328
+ not:
329
+ equal: [scheduled_pipeline, << pipeline.trigger_source >>]
330
jobs:
331
# Linux jobs
332
- setup
@@ -392,16 +395,12 @@ workflows:
392
395
- test
393
396
- e2e-cli
394
397
- nightly:
- triggers:
- - schedule:
398
- cron: '0 0 * * *'
399
- filters:
400
- branches:
401
- only:
402
- - 13.3.x
+ daily_run_workflow:
+ and:
+ - equal: [scheduled_pipeline, << pipeline.trigger_source >>]
+ - equal: ['13.3.x nightly run', << pipeline.schedule.name >>]
403
404
- # Linux jobs
405
406
- build:
407
requires:
0 commit comments