Skip to content

Commit 915c4ad

Browse files
ci: don't test for semver violation for libp2p-server binary crate
Pull-Request: #4416.
1 parent 96213b3 commit 915c4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo "code=${RESPONSE_CODE}" >> $GITHUB_OUTPUT
6060
6161
- uses: ./.github/actions/cargo-semver-checks
62-
if: steps.check-released.outputs.code == 200 && !contains(fromJSON('["libp2p-swarm-derive"]'), env.CRATE) # Workaround until https://github.com/obi1kenobi/cargo-semver-check/issues/146 is shipped.
62+
if: steps.check-released.outputs.code == 200 && !contains(fromJSON('["libp2p-swarm-derive", "libp2p-server"]'), env.CRATE) # Workaround until https://github.com/obi1kenobi/cargo-semver-check/issues/146 is shipped.
6363
with:
6464
crate: ${{ env.CRATE }}
6565

0 commit comments

Comments
 (0)