.github/workflows: make stale comments workflow dispatchable

This commit is contained in:
Michael Aldridge 2022-03-29 21:49:29 -05:00
parent f841eea1cf
commit a2c813b113

View file

@ -2,6 +2,7 @@
name: Stale Cleanup
on:
workflow_dispatch:
schedule:
- cron: '30 1 * * *'