diff --git a/ci/ci-templates.yml b/ci/ci-templates.yml index d2e9f3a490d5957a82d7f79c6fb568e248ea2fc0..263c6a63425413b05c9063e05f005cd0344326cd 100644 --- a/ci/ci-templates.yml +++ b/ci/ci-templates.yml @@ -116,11 +116,11 @@ stages: workflow: rules: - - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS # To avoid duplicate pipelines - when: never + #- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS # To avoid duplicate pipelines + # when: never #- if: $CI_PIPELINE_SOURCE == "merge_request_event" # If a source branch of a MR is updated # when: always - - if: $CI_OPEN_MERGE_REQUESTS # If a MR is created + #- if: $CI_OPEN_MERGE_REQUESTS # If a MR is created - if: $CI_COMMIT_MESSAGE =~ /\[all-jobs\]/ # If the commit message contains "all jobs" - if: $CI_COMMIT_TAG - if: $CI_COMMIT_BRANCH # If a branch is updated -> delegates specific behavior control to the jobs