Skip to content

Commit

Permalink
Update runner for the create-xyz-pr jobs in the release workflow (#2098)
Browse files Browse the repository at this point in the history
## Changes

I missed these in #2077 and they failed because of it on the v0.238.0
release.
  • Loading branch information
pietern authored Jan 8, 2025
1 parent b48fa70 commit 42b34c7
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

create-setup-cli-release-pr:
runs-on:
group: databricks-deco-testing-runner-group
labels: ubuntu-latest-deco

needs: goreleaser
runs-on: ubuntu-latest

steps:
- name: Set VERSION variable from tag
run: |
Expand All @@ -82,8 +86,12 @@ jobs:
});
create-homebrew-tap-release-pr:
runs-on:
group: databricks-deco-testing-runner-group
labels: ubuntu-latest-deco

needs: goreleaser
runs-on: ubuntu-latest

steps:
- name: Set VERSION variable from tag
run: |
Expand Down Expand Up @@ -119,8 +127,12 @@ jobs:
});
create-vscode-extension-update-pr:
runs-on:
group: databricks-deco-testing-runner-group
labels: ubuntu-latest-deco

needs: goreleaser
runs-on: ubuntu-latest

steps:
- name: Set VERSION variable from tag
run: |
Expand Down

0 comments on commit 42b34c7

Please sign in to comment.