Update check_and_update_json_date.yml

This commit is contained in:
CanbiZ 2025-01-15 11:13:55 +01:00 committed by GitHub
parent 12a61a1d71
commit 69288b197f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@ on:
schedule:
# Dieser Trigger wird 4x am Tag ausgelöst, um sicherzustellen, dass das Datum aktualisiert wird
- cron: "0 0,6,12,18 * * *" # Führt alle 6 Stunden aus
workflow_dispatch: # Manuelle Ausführung des Workflows möglich
jobs:
update-date: