Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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