From b1eff0ebdded8eb1c57c80bd5f243307481cd4e4 Mon Sep 17 00:00:00 2001 From: harishsundar-okta Date: Mon, 26 Aug 2024 11:41:06 +0530 Subject: [PATCH] updating-runner-label --- .github/workflows/integration-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 91a8d86e35..4c7dbc8129 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -10,7 +10,8 @@ concurrency: jobs: tests: name: Trigger Tests - runs-on: ubuntu-22.04-2cpu-8ram-75ssd + runs-on: + labels: ubuntu-22.04-4cpu-16ram-150ssd steps: - name: Check out code uses: actions/checkout@v2