Skip to content

Commit 08a0ec4

Browse files
committed
Fix maintainer-approval to use custom runner group
The databricks org has an IP allow-list that blocks GitHub public runners from making API calls. Use the same custom runner group as the other workflows in this repo.
1 parent f7564fa commit 08a0ec4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/maintainer-approval.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ defaults:
1111

1212
jobs:
1313
check:
14-
runs-on: ubuntu-latest
14+
runs-on:
15+
group: databricks-deco-testing-runner-group
16+
labels: ubuntu-latest-deco
1517
timeout-minutes: 5
1618
permissions:
1719
pull-requests: read

0 commit comments

Comments
 (0)