Skip to content

Commit 8564d5e

Browse files
authored
Merge branch 'master' into impl-gossipsub-backpressure-2
2 parents d339f2e + fcff3f8 commit 8564d5e

File tree

7 files changed

+177
-234
lines changed

7 files changed

+177
-234
lines changed

.github/workflows/interop-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ concurrency:
1111
jobs:
1212
run-transport-interop:
1313
name: Run transport interoperability tests
14+
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
1415
runs-on: ${{ fromJSON(github.repository == 'libp2p/rust-libp2p' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }}
1516
strategy:
1617
matrix:
@@ -39,6 +40,7 @@ jobs:
3940
worker-count: 16
4041
run-holepunching-interop:
4142
name: Run hole-punch interoperability tests
43+
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
4244
runs-on: ${{ fromJSON(github.repository == 'libp2p/rust-libp2p' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }}
4345
steps:
4446
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)