Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
feat: use ubuntu-latest on stale workflow (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreisena authored Jun 6, 2023
1 parent 6e7056a commit 39ad749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
stale:
runs-on: [self-hosted, devsecops]
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
Expand Down

0 comments on commit 39ad749

Please sign in to comment.