mirror of https://github.com/databricks/cli.git
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:
parent
b48fa70984
commit
42b34c7bef
|
@ -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: |
|
||||||
|
|
Loading…
Reference in New Issue