Skip to content

Commit 2c90868

Browse files
Use self-hosted runner for stale PRs workflow (#1599)
## Changes The "Close stale PRs" scheduled workflow has been failing because GitHub-hosted runners' IPs are not in the `databricks` org's IP allow list ([recent failure](https://github.com/databricks/databricks-sdk-go/actions/runs/23624888985)). Switch to the `databricks-deco-testing-runner-group` self-hosted runner group, consistent with every other workflow in this repo. ## Tests NO_CHANGELOG=true Signed-off-by: Ubuntu <renaud.hartert@databricks.com>
1 parent 743a4cd commit 2c90868

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/close-stale-prs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ on:
66

77
jobs:
88
stale:
9-
runs-on: ubuntu-latest
9+
runs-on:
10+
group: databricks-deco-testing-runner-group
1011
permissions:
1112
pull-requests: write
1213
steps:

0 commit comments

Comments
 (0)