Skip to content

Commit

Permalink
adjusting group to labs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Davies committed Jan 16, 2025
1 parent edeb734 commit 93c5d95
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: R-CMD-check
jobs:
R-CMD-check:
runs-on:
group: databricks-protected-runner-group
group: databrickslabs-protected-runner-group
labels: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: pkgdown
jobs:
pkgdown:
runs-on:
group: databricks-protected-runner-group
group: databrickslabs-protected-runner-group
labels: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: ${{ github.event.issue.pull_request && (github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'OWNER') && startsWith(github.event.comment.body, '/document') }}
name: document
runs-on:
group: databricks-protected-runner-group
group: databrickslabs-protected-runner-group
labels: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: test-coverage
jobs:
test-coverage:
runs-on:
group: databricks-protected-runner-group
group: databrickslabs-protected-runner-group
labels: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions databricks.api.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: 0ad664c2-8f40-403c-833e-cbe06a62b40f

RestoreWorkspace: No
SaveWorkspace: No
Expand Down

0 comments on commit 93c5d95

Please sign in to comment.