Skip to content

Commit 03b2323

Browse files
Merge branch 'main' into PROD-2800-update-termination-reason-codes
2 parents f594535 + a717595 commit 03b2323

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ on:
77

88
jobs:
99
publish:
10-
runs-on: ubuntu-latest
10+
runs-on:
11+
group: databricks-deco-testing-runner-group
12+
labels: ubuntu-latest-deco
13+
1114
environment: release
15+
1216
permissions:
1317
contents: write
1418
id-token: write
19+
1520
steps:
1621
- uses: actions/checkout@v3
1722

0 commit comments

Comments
 (0)