From fc1a80d1bb44f33a43426c21994ef3a5719da2a4 Mon Sep 17 00:00:00 2001 From: uzurka Date: Mon, 14 Apr 2025 23:05:18 +0200 Subject: [PATCH] cron --- .gitea/workflows/gen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gen.yaml b/.gitea/workflows/gen.yaml index 4a1ca9f..b7c19e2 100644 --- a/.gitea/workflows/gen.yaml +++ b/.gitea/workflows/gen.yaml @@ -2,7 +2,7 @@ name: Run temp script and capture output on: schedule: - - cron: "0 0 * * *" # tous les jours à 3h du mat + - cron: "06 23 * * *" # tous les jours à 3h du mat workflow_dispatch: # optionnel : exécution manuelle jobs: