Fix schedule errors

This commit is contained in:
omaroughriss 2025-07-16 16:33:46 +02:00
parent 7ffbe26d2b
commit f55b495449
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ name: Demo - Build & Deploy to Scaleway
on:
schedule:
- cron: '05 15 * * *'
- cron: '00 15 * * *' # 15:00 UTC -> 17:00 CEST
env:
PROJECT_ID_LECOFFRE: 72d08499-37c2-412b-877e-f8af0471654a

View File

@ -1,8 +1,8 @@
name: Prod - Build & Deploy to Scaleway
on:
push:
branches: [main]
schedule:
- cron: '00 20 * * *' # 20:00 UTC -> 22:00 CEST
env: