changed cron hour of workflow

This commit is contained in:
Gerg-L 2023-07-09 20:23:15 -04:00
parent 01125d91d8
commit 91967fa6ef

View file

@ -4,7 +4,7 @@
"workflow_dispatch": null,
"schedule": [
{
"cron": "0 1 * * *"
"cron": "0 0 * * *"
}
]
},