Skip to content

Commit

Permalink
Attempting to fix git actions changes for Databricks org. (#76)
Browse files Browse the repository at this point in the history
* Attempting to fix git actions changes for Databricks org.
* Updating NEWS.md
---------
Co-authored-by: Zac Davies <[email protected]>
  • Loading branch information
zacdav-db authored Jan 21, 2025
1 parent 3b48761 commit 17e9790
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ name: R-CMD-check

jobs:
R-CMD-check:
runs-on: ${{ matrix.config.os }}
runs-on:
group: databrickslabs-protected-runner-group
labels: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})

Expand All @@ -20,9 +22,9 @@ jobs:
config:
- {os: macOS-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: linux-ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: linux-ubuntu-latest, r: 'release'}
- {os: linux-ubuntu-latest, r: 'oldrel-1'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ name: pkgdown

jobs:
pkgdown:
runs-on: ubuntu-latest
runs-on:
group: databrickslabs-protected-runner-group
labels: linux-ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
DATABRICKS_HOST: ${{ secrets.DATABRICKS_HOST }}
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pr-commands.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
document:
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: ubuntu-latest
runs-on:
group: databrickslabs-protected-runner-group
labels: linux-ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ name: test-coverage

jobs:
test-coverage:
runs-on: ubuntu-latest
runs-on:
group: databrickslabs-protected-runner-group
labels: linux-ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
DATABRICKS_HOST: ${{ secrets.DATABRICKS_HOST }}
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# brickster 0.2.6
* Fixing `db_volume_delete()` function (#73)
* Fixing `db_volume_delete()` function (#73, @vladimirobucina)
* Adjustments to ensure {httr2} changes don't break things (#75, @hadley)

# brickster 0.2.5

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 17e9790

Please sign in to comment.