From e209fa9efa1210006ef21569aab53328aa7f374e Mon Sep 17 00:00:00 2001 From: Wanying Ding Date: Thu, 25 Apr 2024 15:15:08 -0700 Subject: [PATCH] Change group name as the result of Github runner group migration. RELNOTES=n/a PiperOrigin-RevId: 628205438 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d50fcec9219..4a18be6594d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: name: 'Bazel tests' needs: validate-latest-dagger-version runs-on: - group: large-runner + group: large-runner-group labels: ubuntu-22.04-16core steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b16c0d58c69..31ecc66bb78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: name: 'Bazel tests' needs: validate-latest-dagger-version runs-on: - group: large-runner + group: large-runner-group labels: ubuntu-22.04-16core steps: - uses: actions/checkout@v3