We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d30d4 commit 31e8a58Copy full SHA for 31e8a58
.circleci/dynamic_config.yml
@@ -385,6 +385,9 @@ jobs:
385
workflows:
386
version: 2
387
default_workflow:
388
+ when:
389
+ not:
390
+ equal: [scheduled_pipeline, << pipeline.trigger_source >>]
391
jobs:
392
# Linux jobs
393
- setup
@@ -485,3 +488,21 @@ workflows:
485
488
<<: *only_pull_requests
486
489
requires:
487
490
- build
491
+
492
+ daily_run_workflow:
493
494
+ and:
495
+ - equal: [scheduled_pipeline, << pipeline.trigger_source >>]
496
+ - equal: ['14.2.x nightly run', << pipeline.schedule.name >>]
497
+ jobs:
498
+ - setup
499
+ - build:
500
+ requires:
501
502
+ - e2e-tests:
503
+ name: e2e-cli-nightly
504
505
+ - build
506
+ - test-browsers:
507
508
0 commit comments