diff --git a/common.yml b/common.yml index c0215ec410c5f230ec38c2484e095c698b0059f7..69faaf61be26514dba6fdbbebdbfc7f1c765e761 100644 --- a/common.yml +++ b/common.yml @@ -64,6 +64,7 @@ yamllint: # Explicitly allow externally triggered pipelines in every case - if: $CI_PIPELINE_SOURCE == "pipeline" || $CI_PIPELINE_SOURCE == "api" needs: ["integrate"] + allow_failure: true script: - cd ${CI_PROJECT_DIR} # When running in a trigger pipeline the CII_MERGE_REQUEST_IID is not set