From deec292d118ef5129cec848f0d1c7c27177102fc Mon Sep 17 00:00:00 2001 From: Yuun Lim <38443641+yuunlimm@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:38:35 -0700 Subject: [PATCH] use runs-on (#490) * use runs-on * Update .github/workflows/integration-tests.yaml Co-authored-by: Christian Theilemann --------- Co-authored-by: Christian Theilemann --- .github/workflows/integration-tests.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 301d0d32b..a1dbc834f 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -9,12 +9,9 @@ on: jobs: Integration-tests: - runs-on: ubuntu-latest + runs-on: runs-on,runner=2cpu-linux-x64,run-id=${{ github.run_id }} steps: - - name: Set branch - run: echo "BRANCH_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV - - name: Checkout code uses: actions/checkout@v3