dont run cargo in the man-page branch for now

This commit is contained in:
Abraham Toriz 2022-09-24 23:30:46 -04:00
parent a997e25a5d
commit 023f78bdae
No known key found for this signature in database
GPG Key ID: D5B4A746DB5DD42A
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ test:cargo:
- rustup component add clippy
- cargo clippy --all-targets --all-features -- -D warnings
- cargo test
rules:
- if: $CI_COMMIT_BRANCH == "man-page"
when: never
build-doc:
stage: build