diff --git a/common.yml b/common.yml index f576e657d2b677d4f9297fbef720980e937dfa4a..9ac3406bb24f330173e886c05868ca3be5f55b52 100644 --- a/common.yml +++ b/common.yml @@ -51,6 +51,10 @@ yamllint: extends: .infrastructure stage: check rules: + # Do not integration pipeline for merge requests for integrate/gitlab-ci/ branches + # The integration is done from the pipeline in gitlab-ci already + - if: $CI_COMMIT_REF_NAME =~ /^integrate\/gitlab-ci\/.*/ + when: never - if: $CI_MERGE_REQUEST_IID # Explicitly allow externally triggered pipelines in every case - if: $CI_PIPELINE_SOURCE == "pipeline" || $CI_PIPELINE_SOURCE == "api"