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 1 commit
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
8 changes: 8 additions & 0 deletions scripts/ci/gitlab/pipeline/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,19 @@ publish-draft-release:

publish-crates:
extends: .publish-crates-template
# publish-crates should only be run if publish-crates-locally passes
needs:
- job: publish-crates-locally
artifacts: false

publish-crates-manual:
extends: .publish-crates-template
when: manual
interruptible: false
# publish-crates should only be run if publish-crates-locally passes
joao-paulo-parity marked this conversation as resolved.
Show resolved Hide resolved
needs:
- job: publish-crates-locally
artifacts: false

publish-crates-locally:
joao-paulo-parity marked this conversation as resolved.
Show resolved Hide resolved
stage: publish
Expand Down