Skip to content
Snippets Groups Projects
Commit cf58a60b authored by Mihai Patrascoiu's avatar Mihai Patrascoiu
Browse files

CI: Avoid running empty "merge request" pipelines

parent b0c01685
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,8 @@ rpms:
rules:
- if: '$CI_PROJECT_NAMESPACE != "dmc"'
when: never
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: never
- if: '$CI_COMMIT_REF_NAME == "develop" || $CI_COMMIT_TAG != null'
- if: '$CI_COMMIT_REF_NAME != "develop" && $CI_COMMIT_TAG == null'
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