mirror of
https://github.com/safing/portmaster
synced 2025-09-02 02:29:12 +00:00
Add workflow_dispatch to issue manager workflow
This commit is contained in:
parent
862bd39160
commit
afa7fc7587
1 changed files with 1 additions and 0 deletions
1
.github/workflows/issue-manager.yml
vendored
1
.github/workflows/issue-manager.yml
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue