Update update-json-files.yml

This commit is contained in:
Fab 2024-12-02 12:52:39 +01:00 committed by GitHub
parent 35a8027947
commit 5921c03455
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: