Skip to content

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.circleci/config.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,9 @@ jobs:
324324
workflows:
325325
version: 2
326326
default_workflow:
327+
when:
328+
not:
329+
equal: [scheduled_pipeline, << pipeline.trigger_source >>]
327330
jobs:
328331
# Linux jobs
329332
- setup
@@ -392,16 +395,12 @@ workflows:
392395
- test
393396
- e2e-cli
394397

395-
nightly:
396-
triggers:
397-
- schedule:
398-
cron: '0 0 * * *'
399-
filters:
400-
branches:
401-
only:
402-
- 13.3.x
398+
daily_run_workflow:
399+
when:
400+
and:
401+
- equal: [scheduled_pipeline, << pipeline.trigger_source >>]
402+
- equal: ['13.3.x nightly run', << pipeline.schedule.name >>]
403403
jobs:
404-
# Linux jobs
405404
- setup
406405
- build:
407406
requires:

0 commit comments

Comments
 (0)