Skip to content

Commit 54a20f1

Browse files
committed
run stale workflow on hosted runners
1 parent c620d59 commit 54a20f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ permissions:
1515

1616
jobs:
1717
stale:
18-
# runs-on: ubuntu-latest
19-
runs-on: [self-hosted]
18+
runs-on: ubuntu-latest
19+
# runs-on: [self-hosted]
2020
steps:
2121
- uses: actions/stale@v8
2222
with:

0 commit comments

Comments
 (0)