Skip to content

Commit 3080fe7

Browse files
Merge pull request #150 from databrickslabs/feature/v0.0.9
Update gh_pages.yml
2 parents 49d4080 + 7dbcaa9 commit 3080fe7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gh_pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ defaults:
99
working-directory: ./docs
1010
jobs:
1111
deploy:
12-
runs-on: ubuntu-20.04
13-
concurrency:
14-
group: ${{ github.workflow }}-${{ github.ref }}
12+
runs-on:
13+
group: databrickslabs-protected-runner-group
14+
labels: linux-ubuntu-latest
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v4

0 commit comments

Comments
 (0)