Skip to content
Snippets Groups Projects
Commit bcd6484c authored by Alexander Samusev's avatar Alexander Samusev Committed by GitHub
Browse files

[ci] Add dependencies for publish-crates (#13397)

* [ci] Add dependencies for publishsing crates

* apply review comments

* fix needs
parent d5e1fcc4
Branches
No related merge requests found
......@@ -233,13 +233,17 @@ publish-draft-release:
publish-crates:
extends: .publish-crates-template
# publish-crates should only be run if publish-crates-locally passes
needs:
- job: check-crate-publishing
artifacts: false
publish-crates-manual:
extends: .publish-crates-template
when: manual
interruptible: false
publish-crates-locally:
check-crate-publishing:
stage: publish
extends:
- .test-refs
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment