Add workflow_dispatch to issue manager workflow

This commit is contained in:
Daniel 2021-04-28 12:39:27 +02:00
parent 862bd39160
commit afa7fc7587

View file

@ -1,6 +1,7 @@
name: Issue Manager
on:
workflow_dispatch:
schedule:
- cron: "30 10 * * 1" # run at 10:30 every Monday
# We only use the issue manager for auto-closing, so we only need the cron trigger.