Skip to content

Commit 04376af

Browse files
authored
updated docs builder
1 parent 824edfc commit 04376af

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/main-docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ concurrency:
1616

1717
jobs:
1818
build:
19-
runs-on: ubuntu-latest
19+
runs-on:
20+
group: databricks-solutions-protected-runner-group
2021
steps:
2122
- name: Checkout
2223
uses: actions/checkout@v4
@@ -48,7 +49,8 @@ jobs:
4849
environment:
4950
name: github-pages
5051
url: ${{ steps.deployment.outputs.page_url }}
51-
runs-on: ubuntu-latest
52+
runs-on:
53+
group: databricks-solutions-protected-runner-group
5254
needs: build
5355
steps:
5456
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)