ci: remove job dependency for cargo:doc
This commit is contained in:
parent
7b2c16c78c
commit
dba3025023
1 changed files with 0 additions and 3 deletions
|
@ -264,9 +264,6 @@ cargo:clippy:
|
|||
|
||||
cargo:doc:
|
||||
stage: doc
|
||||
needs:
|
||||
- cargo:test
|
||||
- test:build
|
||||
rules:
|
||||
- if: $DOC == 'true'
|
||||
when: always
|
||||
|
|
Loading…
Reference in a new issue