ci: remove job dependency for cargo:doc

This commit is contained in:
naskya 2024-05-24 03:59:09 +09:00
parent 7b2c16c78c
commit dba3025023
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -264,9 +264,6 @@ cargo:clippy:
cargo:doc:
stage: doc
needs:
- cargo:test
- test:build
rules:
- if: $DOC == 'true'
when: always