mirror of
https://github.com/CreepsoOff/source.git
synced 2026-01-11 20:10:21 +00:00
Update update-json-files.yml
This commit is contained in:
parent
35a8027947
commit
5921c03455
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-json-files.yml
vendored
2
.github/workflows/update-json-files.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue