Allow stale action to run manually

This commit is contained in:
Jamie Curnow 2024-01-16 07:57:38 +10:00
parent fe0c04610f
commit 8646cb5a19
No known key found for this signature in database
GPG Key ID: FFBB624C43388E9E

View File

@ -2,6 +2,7 @@ name: 'Close stale issues and PRs'
on: on:
schedule: schedule:
- cron: '30 1 * * *' - cron: '30 1 * * *'
workflow_dispatch:
jobs: jobs:
stale: stale: