Skip to content

Commit

Permalink
run stale workflow on hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeissner committed Jan 15, 2025
1 parent c620d59 commit 54a20f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ permissions:

jobs:
stale:
# runs-on: ubuntu-latest
runs-on: [self-hosted]
runs-on: ubuntu-latest
# runs-on: [self-hosted]
steps:
- uses: actions/stale@v8
with:
Expand Down

0 comments on commit 54a20f1

Please sign in to comment.