Compare commits

..

No commits in common. "3048e8788e1773dc45fb4ba80bf048ae9976d614" and "a8f2d8ed75f9b1f94fc67c24c72da72b3b0cd8f8" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
name: Demo - Build & Deploy to Scaleway name: Demo - Build & Deploy to Scaleway
on: on:
push: schedule:
- [legacy_dev] - cron: '00 15 * * *' # 15:00 UTC -> 17:00 CEST
env: env:
PROJECT_ID_LECOFFRE: 72d08499-37c2-412b-877e-f8af0471654a PROJECT_ID_LECOFFRE: 72d08499-37c2-412b-877e-f8af0471654a

View File

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