Skip to content

Commit

Permalink
patch hosted runner (#185)
Browse files Browse the repository at this point in the history
Temp fix to move to hosted runner for publishing artifact.
  • Loading branch information
sundarshankar89 authored Jan 14, 2025
1 parent 27f22c0 commit 0442a68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ on:

jobs:
publish:
runs-on: ubuntu-latest
runs-on:
group: databrickslabs-protected-runner-group
labels: linux-ubuntu-latest
environment: release
permissions:
# Used to authenticate to PyPI via OIDC and sign the release's artifacts with sigstore-python.
Expand Down

0 comments on commit 0442a68

Please sign in to comment.