Loading .gitlab-ci.yml +9 −2 Original line number Diff line number Diff line workflow: auto_cancel: on_new_commit: interruptible default: tags: - cpu Loading Loading @@ -37,6 +41,7 @@ lint-and-validate: inherit: default: true variables: true interruptible: true script: - npm run lint - npm run format Loading @@ -46,7 +51,9 @@ build-and-publish: rules: - changes: - src/content/**/* - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH when: never stage: build inherit: default: true Loading Loading
.gitlab-ci.yml +9 −2 Original line number Diff line number Diff line workflow: auto_cancel: on_new_commit: interruptible default: tags: - cpu Loading Loading @@ -37,6 +41,7 @@ lint-and-validate: inherit: default: true variables: true interruptible: true script: - npm run lint - npm run format Loading @@ -46,7 +51,9 @@ build-and-publish: rules: - changes: - src/content/**/* - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH when: never stage: build inherit: default: true Loading