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:
@@ -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
|
||||
|
Reference in New Issue
Block a user