Skip to content

Commit 69288b1

Browse files
authored
Update check_and_update_json_date.yml
1 parent 12a61a1 commit 69288b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check_and_update_json_date.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
schedule:
88
# Dieser Trigger wird 4x am Tag ausgelöst, um sicherzustellen, dass das Datum aktualisiert wird
99
- cron: "0 0,6,12,18 * * *" # Führt alle 6 Stunden aus
10+
workflow_dispatch: # Manuelle Ausführung des Workflows möglich
1011

1112
jobs:
1213
update-date:

0 commit comments

Comments
 (0)