From 224bbf5540ab96ae2df59ae1fbff88ff0239dd26 Mon Sep 17 00:00:00 2001 From: Alfredo Gutierrez Date: Sun, 1 Sep 2024 08:10:37 -0600 Subject: [PATCH] Fixing runners, to use new ones Signed-off-by: Alfredo Gutierrez --- .github/workflows/release-automation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-automation.yaml b/.github/workflows/release-automation.yaml index 54db05f87..7e71b4d88 100644 --- a/.github/workflows/release-automation.yaml +++ b/.github/workflows/release-automation.yaml @@ -36,7 +36,7 @@ env: jobs: release: name: Release - runs-on: [self-hosted, Linux, large, ephemeral] + runs-on: block-node-linux-medium env: RELEASE_NOTES_FILENAME: release_notes outputs: @@ -162,7 +162,7 @@ jobs: create_pr: name: Create PR - runs-on: [self-hosted, Linux, large, ephemeral] + runs-on: block-node-linux-medium needs: release if: ${{ needs.release.outputs.create_pr == 'true' }} env: