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: