diff --git a/.github/workflows/interop-test.yml b/.github/workflows/interop-test.yml index c6e68eefe1d..936f5a3877a 100644 --- a/.github/workflows/interop-test.yml +++ b/.github/workflows/interop-test.yml @@ -12,7 +12,6 @@ concurrency: jobs: run-transport-interop: name: Run transport interoperability tests - if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository runs-on: ${{ fromJSON(github.repository == 'libp2p/rust-libp2p' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }} strategy: matrix: @@ -42,7 +41,6 @@ jobs: worker-count: 16 run-holepunching-interop: name: Run hole-punch interoperability tests - if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository runs-on: ${{ fromJSON(github.repository == 'libp2p/rust-libp2p' && '["self-hosted", "linux", "x64", "4xlarge"]' || '"ubuntu-latest"') }} steps: - uses: actions/checkout@v4