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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

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: