mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 00:37:57 +00:00
[ci] Add dependencies for publish-crates (#13397)
* [ci] Add dependencies for publishsing crates * apply review comments * fix needs
This commit is contained in:
committed by
GitHub
parent
d5e1fcc471
commit
bcd6484cac
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user