1
0
mirror of https://gitlab.com/Anson-Projects/zine.git synced 2025-07-25 07:41:29 +00:00

Do not lint on scheduled jobs

This commit is contained in:
2025-06-30 15:48:03 -06:00
parent 1e6eafa9cc
commit da63b300c6

View File

@@ -29,12 +29,8 @@ lint:
- rustup component add clippy
- cargo clippy --all-targets -- -D warnings
rules:
- if: $SCHEDULED_BUILD_PIPELINE == 'true'
allow_failure: true
- if: $SCHEDULED_BUILD_PIPELINE != 'true'
allow_failure: false
- if: "$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH"
test:
image: rust:latest
stage: test