mirror of
https://github.com/safing/portmaster
synced 2025-09-02 10:39:22 +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
|
name: Issue Manager
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "30 10 * * 1" # run at 10:30 every Monday
|
- 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.
|
# We only use the issue manager for auto-closing, so we only need the cron trigger.
|
||||||
|
|
Loading…
Add table
Reference in a new issue