From d33fa236744cd2ff3329d8cec81b9a67d4f06127 Mon Sep 17 00:00:00 2001 From: Shivam Thakur <70829776+shivamcandela@users.noreply.github.com> Date: Mon, 1 Nov 2021 12:57:32 +0530 Subject: [PATCH] back to self hosted runner in performance.yml --- .github/workflows/performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 595c6c425..4ceff2135 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -58,7 +58,7 @@ jobs: run: docker push ${{ env.DOCKER_SERVER }}/cloud-sdk-nightly:${{ github.run_id }} test: - runs-on: ubuntu-latest + runs-on: [ self-hosted, small ] needs: [ build ] strategy: max-parallel: 1