git: Allow inactive issues ci to be triggered manually

This commit is contained in:
Nik
2024-08-03 18:24:31 +02:00
committed by GitHub
parent c6065808a7
commit 79b8b77b25

View File

@@ -2,6 +2,7 @@ name: Close inactive issues
on:
schedule:
- cron: "30 1 * * 0"
workflow_dispatch:
jobs:
close-issues: