Skip to content

Commit 796e80d

Browse files
Hosted Runner for release (#3532)
Moved release.yml to hosted runner
1 parent ebe97e0 commit 796e80d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ on:
77

88
jobs:
99
publish:
10-
runs-on: ubuntu-latest
10+
runs-on:
11+
group: databrickslabs-protected-runner-group
12+
labels: linux-ubuntu-latest
1113
environment: release
1214
permissions:
1315
# Used to authenticate to PyPI via OIDC and sign the release's artifacts with sigstore-python.

0 commit comments

Comments
 (0)