Commit 61bea4e2 authored by Jan Kiene's avatar Jan Kiene
Browse files

add missing parts in workflow section

parent f5af5b48
Loading
Loading
Loading
Loading
Loading
+17 −15
Original line number Diff line number Diff line
@@ -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