From 5a55c0097cece91fa24675cffb71e470cf7255f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Fri, 8 Nov 2024 19:42:21 +0000 Subject: [PATCH] remove interop conditions --- .github/workflows/interop-test.yml | 2 -- 1 file changed, 2 deletions(-) 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