Skip to content
GitLab
Explore
Sign in
Commits on Source (1)
ops: remove double pipeline
· f8fe96e3
G.J.R. Timmer
authored
Jul 22, 2024
f8fe96e3
Hide whitespace changes
Inline
Side-by-side
templates/default.yml
View file @
f8fe96e3
...
...
@@ -7,8 +7,7 @@ default:
workflow
:
rules
:
# Do not create pipeline on branch commit when their is an open merge request
-
if
:
$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when
:
never
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"'
-
if
:
"
$CI_COMMIT_BRANCH
&&
$CI_OPEN_MERGE_REQUESTS"
when
:
never
-
when
:
always