Skip to content

Commit

Permalink
[ci] Add dependencies for publish-crates (paritytech#13397)
Browse files Browse the repository at this point in the history
* [ci] Add dependencies for publishsing crates

* apply review comments

* fix needs
  • Loading branch information
alvicsam authored and ltfschoen committed Feb 22, 2023
1 parent 6efce7a commit 59e7147
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/ci/gitlab/pipeline/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59e7147

Please sign in to comment.