Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
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
Prev Previous commit
Next Next commit
apply review comments
  • Loading branch information
alvicsam committed Feb 16, 2023
commit 0a3a4bff9ca06c51f203801ec433587a1971eb2c
6 changes: 1 addition & 5 deletions scripts/ci/gitlab/pipeline/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,8 @@ publish-crates-manual:
extends: .publish-crates-template
when: manual
interruptible: false
# publish-crates should only be run if publish-crates-locally passes
needs:
- job: publish-crates-locally
artifacts: false

publish-crates-locally:
check-crate-publishing:
stage: publish
extends:
- .test-refs
Expand Down