adjust cron job to dotclear cron

This commit is contained in:
Jean-Christian Denis 2024-11-16 13:44:13 +01:00
parent e3df13157b
commit b869d93987
Signed by: JcDenis
GPG key ID: 1B5B8C5B90B6C951
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ name: Build and push testing image
on: on:
schedule: schedule:
- cron: '0 3 * * *' - cron: '0 1 * * *'
workflow_dispatch: workflow_dispatch:
env: env:

View file

@ -2,7 +2,7 @@ name: Build and push dev image
on: on:
schedule: schedule:
- cron: '0 3 * * *' - cron: '0 1 * * *'
workflow_dispatch: workflow_dispatch:
env: env: