Allow manual runs of stale.yml
This commit is contained in:
parent
df007dfde8
commit
42ee479c31
|
@ -4,6 +4,8 @@ permissions:
|
|||
pull-requests: write
|
||||
|
||||
on:
|
||||
# For manual tests.
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "30 20 * * *"
|
||||
|
||||
|
|
Loading…
Reference in New Issue