Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

[ci] Add dependencies for publish-crates #13397

Merged
merged 3 commits into from
Feb 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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