Loading .gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -234,6 +234,8 @@ branch-is-up-to-date-with-main-post: extends: - .test-job-linux stage: basop-compat # allows for pipelines to pass when these were not started allow_failure: true rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main" when: manual Loading Loading
.gitlab-ci.yml +2 −0 Original line number Diff line number Diff line Loading @@ -234,6 +234,8 @@ branch-is-up-to-date-with-main-post: extends: - .test-job-linux stage: basop-compat # allows for pipelines to pass when these were not started allow_failure: true rules: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main" when: manual Loading