Loading .gitlab-ci.yml +7 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,13 @@ workflow: rules: - { if: $CI_PIPELINE_SOURCE == "merge_request_event", when: never } - { changes: ['README.md'], when: never } - { when: always } #- changes: # paths: # - 'README.md' # when: never - when: always # https://docs.gitlab.com/ee/ci/yaml/workflow.html#merge-request-stuck-with-checking-pipeline-status-message variables: GIT_STRATEGY: clone Loading Loading
.gitlab-ci.yml +7 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,13 @@ workflow: rules: - { if: $CI_PIPELINE_SOURCE == "merge_request_event", when: never } - { changes: ['README.md'], when: never } - { when: always } #- changes: # paths: # - 'README.md' # when: never - when: always # https://docs.gitlab.com/ee/ci/yaml/workflow.html#merge-request-stuck-with-checking-pipeline-status-message variables: GIT_STRATEGY: clone Loading