.github/workflows: make stale comments workflow dispatchable
This commit is contained in:
parent
f841eea1cf
commit
a2c813b113
1 changed files with 1 additions and 0 deletions
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
|
@ -2,6 +2,7 @@
|
|||
name: Stale Cleanup
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '30 1 * * *'
|
||||
|
||||
|
|
Loading…
Reference in a new issue