Skip to content
Snippets Groups Projects
Commit 4c74c580 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

CI: disable 'check' job for gitlab-ci integration as integrate is already disabled

parent 5d1fb5c4
No related branches found
No related tags found
1 merge request!124CI: disable 'check' job for gitlab-ci integration as integrate is already disabled
Pipeline #9351 passed with stages
in 1 minute and 16 seconds
...@@ -51,6 +51,10 @@ yamllint: ...@@ -51,6 +51,10 @@ yamllint:
extends: .infrastructure extends: .infrastructure
stage: check stage: check
rules: 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 - if: $CI_MERGE_REQUEST_IID
# Explicitly allow externally triggered pipelines in every case # Explicitly allow externally triggered pipelines in every case
- if: $CI_PIPELINE_SOURCE == "pipeline" || $CI_PIPELINE_SOURCE == "api" - if: $CI_PIPELINE_SOURCE == "pipeline" || $CI_PIPELINE_SOURCE == "api"
......
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