CI: allow manual stale execution

This commit is contained in:
Vaxry 2024-01-01 18:34:15 +01:00 committed by GitHub
parent 37b76cd1ca
commit d4e68ab602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ name: Mark stale issues and pull requests
on:
schedule:
- cron: '26 0 * * *'
workflow_dispatch:
jobs:
stale: