mirror of
https://github.com/trussed-dev/trussed.git
synced 2026-05-10 06:02:27 +00:00
ci: Allow skipping publish tests for one crate only
This commit is contained in:
@@ -13,4 +13,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
||||
- run: cargo publish --dry-run --package trussed-core
|
||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-publish-check-trussed-core') }}
|
||||
- run: cargo publish --dry-run --package trussed
|
||||
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-publish-check-trussed') }}
|
||||
|
||||
Reference in New Issue
Block a user