diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e82d2b..a1301e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,12 @@ lint: script: - 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 + test: image: rust:latest