Update runner for the create-xyz-pr jobs in the release workflow (#2098)

## Changes

I missed these in #2077 and they failed because of it on the v0.238.0
release.
This commit is contained in:
Pieter Noordhuis 2025-01-08 16:50:44 +01:00 committed by GitHub
parent b48fa70984
commit 42b34c7bef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 3 deletions

View File

@ -58,8 +58,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
create-setup-cli-release-pr: create-setup-cli-release-pr:
runs-on:
group: databricks-deco-testing-runner-group
labels: ubuntu-latest-deco
needs: goreleaser needs: goreleaser
runs-on: ubuntu-latest
steps: steps:
- name: Set VERSION variable from tag - name: Set VERSION variable from tag
run: | run: |
@ -82,8 +86,12 @@ jobs:
}); });
create-homebrew-tap-release-pr: create-homebrew-tap-release-pr:
runs-on:
group: databricks-deco-testing-runner-group
labels: ubuntu-latest-deco
needs: goreleaser needs: goreleaser
runs-on: ubuntu-latest
steps: steps:
- name: Set VERSION variable from tag - name: Set VERSION variable from tag
run: | run: |
@ -119,8 +127,12 @@ jobs:
}); });
create-vscode-extension-update-pr: create-vscode-extension-update-pr:
runs-on:
group: databricks-deco-testing-runner-group
labels: ubuntu-latest-deco
needs: goreleaser needs: goreleaser
runs-on: ubuntu-latest
steps: steps:
- name: Set VERSION variable from tag - name: Set VERSION variable from tag
run: | run: |