Skip to content

Commit

Permalink
ci: 🔧 add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit committed Nov 3, 2024
1 parent 294686f commit d880b67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: 'Close stale issues and PRs'
name: 'Close stale issues'
on:
schedule:
- cron: '30 1 * * *'
workflow_dispatch:

jobs:
stale:
Expand Down

0 comments on commit d880b67

Please sign in to comment.