diff --git a/.github/workflows/qa-rpc-integration-tests.yml b/.github/workflows/qa-rpc-integration-tests.yml index 5dd82e4641a..80afe198468 100644 --- a/.github/workflows/qa-rpc-integration-tests.yml +++ b/.github/workflows/qa-rpc-integration-tests.yml @@ -18,7 +18,7 @@ on: jobs: integration-test-suite: - runs-on: [ self-hosted, Erigon3 ] + runs-on: [ self-hosted, RpcSpecific ] timeout-minutes: 15 env: ERIGON_REFERENCE_DATA_DIR: /opt/erigon-versions/reference-version/datadir diff --git a/.github/workflows/qa-rpc-performance-tests.yml b/.github/workflows/qa-rpc-performance-tests.yml index fdf35bffee6..65113d23a3d 100644 --- a/.github/workflows/qa-rpc-performance-tests.yml +++ b/.github/workflows/qa-rpc-performance-tests.yml @@ -14,7 +14,7 @@ jobs: matrix: include: - chain: mainnet - backend: Erigon3 + backend: RpcSpecific #- chain: bor-mainnet # backend: Polygon runs-on: [ self-hosted, "${{ matrix.backend }}" ]