Run cron at different time
Some checks failed
Build and Push Chill base image / build-and-push (push) Has been cancelled

This commit is contained in:
Julien Fastré 2025-06-05 11:16:50 +02:00
parent daab314354
commit 1958e60469
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: Build and Push Chill base image
on:
schedule:
- cron: '13 * * * 0' # Runs at 00:00 every Sunday
- cron: '25 3 * * 1-5' # At 03:25 on every day-of-week from Monday through Friday.
push:
workflow_dispatch:

View File

@ -2,7 +2,7 @@ name: Build and Push Chill base image
on:
schedule:
- cron: '05 * * * 0' # Runs at 00:00 every Sunday
- cron: '5 3 * * 1-5' # At 03:05 on every day-of-week from Monday through Friday.
push:
workflow_dispatch: