Allow manual runs of stale.yml

This commit is contained in:
Derek Bailey
2023-03-03 16:59:45 -08:00
committed by GitHub
parent df007dfde8
commit 42ee479c31

View File

@@ -4,8 +4,10 @@ permissions:
pull-requests: write
on:
# For manual tests.
workflow_dispatch:
schedule:
- cron: "30 20 * * *"
- cron: "30 20 * * *"
jobs:
stale: