From 5921c03455a7f6680084e5ddf77369738ecf6280 Mon Sep 17 00:00:00 2001 From: Fab <51055703+CreepsoOff@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:52:39 +0100 Subject: [PATCH] Update update-json-files.yml --- .github/workflows/update-json-files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-json-files.yml b/.github/workflows/update-json-files.yml index 3946425..52c83e1 100644 --- a/.github/workflows/update-json-files.yml +++ b/.github/workflows/update-json-files.yml @@ -2,7 +2,7 @@ name: Fetch JSON Files on: schedule: - - cron: "0 0 * * *" # Tous les jours à minuit UTC + - cron: "0 */12 * * *" # Toutes les 12 heures workflow_dispatch: # Permet de lancer manuellement jobs: