Added ability to manually trigger issue maintenance workflow.

This commit is contained in:
Damian Büchel 2024-01-19 10:48:34 +01:00 committed by GitHub
parent 654aa14bee
commit b62a8bdfe3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,6 @@
name: Issue Maintenance
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"