back to self hosted runner in performance.yml

This commit is contained in:
Shivam Thakur
2021-11-01 12:57:32 +05:30
committed by GitHub
parent 921ea6c388
commit d33fa23674

View File

@@ -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