Skip to content
Snippets Groups Projects
Verified Commit 73f167bb authored by Yannick DAYER's avatar Yannick DAYER
Browse files

ci: run develop pipelines when source is nightlies

Allow pipelines originating from another pipeline like `nightlies` to
run even if not on the default branch.
parent 7596783d
No related branches found
No related tags found
No related merge requests found
Pipeline #92950 passed
...@@ -3,6 +3,7 @@ workflow: ...@@ -3,6 +3,7 @@ workflow:
- if: $CI_PIPELINE_SOURCE == 'web' - if: $CI_PIPELINE_SOURCE == 'web'
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_PIPELINE_SOURCE == 'parent_pipeline' - if: $CI_PIPELINE_SOURCE == 'parent_pipeline'
- if: $CI_PIPELINE_SOURCE == 'pipeline'
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
......
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