1
0
mirror of synced 2024-11-12 02:00:52 +01:00

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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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