Loading .gitlab-ci.yml +17 −15 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ default: interruptible: true # Make all jobs by default interruptible workflow: name: '$IVAS_PIPELINE_NAME' rules: # see https://docs.gitlab.com/ee/ci/yaml/workflow.html#switch-between-branch-pipelines-and-merge-request-pipelines - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push" when: never Loading Loading
.gitlab-ci.yml +17 −15 Original line number Diff line number Diff line Loading @@ -18,6 +18,8 @@ default: interruptible: true # Make all jobs by default interruptible workflow: name: '$IVAS_PIPELINE_NAME' rules: # see https://docs.gitlab.com/ee/ci/yaml/workflow.html#switch-between-branch-pipelines-and-merge-request-pipelines - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS && $CI_PIPELINE_SOURCE == "push" when: never Loading