Loading .gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ workflow: # Don't build MR pipeline when renovate branch - if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_BRANCH =~ /^renovate\// when: never # Don't build tags - if: $CI_COMMIT_TAG when: never - when: always renovate:dry-run: Loading Loading
.gitlab-ci.yml +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ workflow: # Don't build MR pipeline when renovate branch - if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_BRANCH =~ /^renovate\// when: never # Don't build tags - if: $CI_COMMIT_TAG when: never - when: always renovate:dry-run: Loading