Skip to content

Commit 1f6436f

Browse files
authored
Update stale.yml
Trying to run stale on self-hosted runner
1 parent 2bc9a0a commit 1f6436f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ permissions:
1515

1616
jobs:
1717
stale:
18-
runs-on: ubuntu-latest
18+
# runs-on: ubuntu-latest
19+
runs-on: [self-hosted, linux, x64]
1920
steps:
2021
- uses: actions/stale@v8
2122
with:

0 commit comments

Comments
 (0)