Skip to content
Snippets Groups Projects
Commit 385f4c4f authored by Dennis Gläser's avatar Dennis Gläser
Browse files

[ci] do not always create pipeline on master

This way, the pipeline result on master will always be the one of the 
last nightly scheduled pipeline.
parent 4d2c5e41
No related branches found
No related tags found
1 merge request!2576always run test-selection stage
Pipeline #3612 waiting for manual action
......@@ -11,7 +11,6 @@ variables:
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
###################################################################################
......@@ -31,10 +30,6 @@ workflow:
variables:
TRIGGER_SOURCE: $CI_PIPELINE_SOURCE
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
when: always
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: manual
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
when: manual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment