Skip to content

Commit

Permalink
chore(ci): add workflow_dispatch to stale
Browse files Browse the repository at this point in the history
This permits manual triggering

Signed-off-by: Dominic Evans <dominic.evans@uk.ibm.com>
  • Loading branch information
dnwe committed Aug 24, 2023
1 parent bbf6ee4 commit 261043a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "Stale issues and PRs"
on:
schedule:
- cron: "0 */2 * * *"
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 261043a

Please sign in to comment.