Skip to content

Commit 5a55c00

Browse files
committed
remove interop conditions
1 parent d3f321f commit 5a55c00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/interop-test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ concurrency:
1212
jobs:
1313
run-transport-interop:
1414
name: Run transport interoperability tests
15-
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
1615
runs-on: ${{ fromJSON(github.repository == 'libp2p/rust-libp2p' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }}
1716
strategy:
1817
matrix:
@@ -42,7 +41,6 @@ jobs:
4241
worker-count: 16
4342
run-holepunching-interop:
4443
name: Run hole-punch interoperability tests
45-
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
4644
runs-on: ${{ fromJSON(github.repository == 'libp2p/rust-libp2p' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }}
4745
steps:
4846
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)