Update metrics.yml

This commit is contained in:
2025-04-18 10:58:33 +02:00
committed by GitHub
parent bbbb4350c8
commit cae40e032f

View File

@@ -4,7 +4,7 @@ name: GitHub Profil Metriken
on:
# Trigger: Führt den Workflow nach einem Zeitplan aus (z.B. alle 12 Stunden)
schedule:
- cron: '0 */6 * * *' # Läuft um 00:00 und 12:00 UTC
- cron: '0 1 * * *' # Läuft um 01:00 UTC
# Trigger: Ermöglicht das manuelle Starten des Workflows über die Actions-Seite
workflow_dispatch: