Skip to content

Commit 3552792

Browse files
committed
try using databricks organization runners
1 parent 7f7547b commit 3552792

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
- name: Post comment
3030
uses: py-cov-action/python-coverage-comment-action@v3
3131
with:
32-
GITHUB_TOKEN: ${{ secrets.CODE_COVERAGE_PAT }}
32+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3333
GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }}

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116

117117
build:
118118
name: Build and Verify Packages
119-
runs-on: ubuntu-latest
119+
runs-on: linux-ubuntu-latest
120120

121121
steps:
122122
- name: Check out the repository

0 commit comments

Comments
 (0)