Fix workflows scheduler

This commit is contained in:
Jean-Christian Denis 2024-12-21 15:39:58 +01:00
parent 1bed4fc629
commit 2a4a56ba92
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:
schedule:
- cron: '0 1 * * *'
- cron: '15 4 * * *'
workflow_dispatch:
env:

View file

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