diff --git a/.github/workflows/release-automation.yaml b/.github/workflows/release-automation.yaml index 54db05f8..7e71b4d8 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: