From 8373e1e210a79873157c61226d0e9dcc4bbef3ff Mon Sep 17 00:00:00 2001 From: Andrew Liaw <43424755+yhaliaw@users.noreply.github.com> Date: Wed, 12 Jul 2023 14:20:30 +0800 Subject: [PATCH] Use self-hosted runner for integration test --- .github/workflows/integration_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index fb3c9b61b..8be36e36d 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -6,7 +6,7 @@ on: jobs: integration-tests: name: Integration test - runs-on: ubuntu-latest + runs-on: [self-hosted, test-runner] steps: - uses: actions/checkout@v3 - name: Setup operator environment