From 6b245d2a24a75536821f09de24cde11d324e8516 Mon Sep 17 00:00:00 2001 From: Kenneth Jenkins <51246568+kenjenkins@users.noreply.github.com> Date: Fri, 9 Feb 2024 08:51:01 -0800 Subject: [PATCH] ci: switch to regular runners (#4958) Switch to regular GitHub Actions runners in the 'Docker Release Branches' workflow, matching how the 'Docker Main' workflow is configured. --- .github/workflows/docker-version-branches.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/docker-version-branches.yaml b/.github/workflows/docker-version-branches.yaml index 955508942..2a6606bb8 100644 --- a/.github/workflows/docker-version-branches.yaml +++ b/.github/workflows/docker-version-branches.yaml @@ -8,9 +8,7 @@ on: jobs: publish: - runs-on: - group: large-runners - labels: linux + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11