We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a61a1 commit 69288b1Copy full SHA for 69288b1
.github/workflows/check_and_update_json_date.yml
@@ -7,6 +7,7 @@ on:
7
schedule:
8
# Dieser Trigger wird 4x am Tag ausgelöst, um sicherzustellen, dass das Datum aktualisiert wird
9
- cron: "0 0,6,12,18 * * *" # Führt alle 6 Stunden aus
10
+ workflow_dispatch: # Manuelle Ausführung des Workflows möglich
11
12
jobs:
13
update-date:
0 commit comments