Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -44,8 +44,8 @@ lint-and-validate: build-and-publish: rules: - changes: - src/content/**/* - if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_APPROVED when: always stage: build inherit: default: true Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -44,8 +44,8 @@ lint-and-validate: build-and-publish: rules: - changes: - src/content/**/* - if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_APPROVED when: always stage: build inherit: default: true Loading