Commit 8eba6b35 authored by Olivier Crête's avatar Olivier Crête

gitlab-ci: Accept double pipeline otherwise MRs arent mergeable

parent 7e08e544
......@@ -10,8 +10,6 @@ stages:
workflow:
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS'
when: never
- if: '$CI_COMMIT_BRANCH'
default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment