Add schedule to the demo cicd
All checks were successful
Demo - Build & Deploy to Scaleway / build-and-push-image-lecoffre (push) Successful in 12s
Demo - Build & Deploy to Scaleway / deploy-to-scaleway-lecoffre (push) Successful in 4s

This commit is contained in:
omaroughriss 2025-07-16 12:30:20 +02:00
parent aa3feb4f14
commit 36e1bae353

View File

@ -1,6 +1,8 @@
name: Demo - Build & Deploy to Scaleway name: Demo - Build & Deploy to Scaleway
on: on:
schedule:
- cron: '0 11 * * *' # 11:00 UTC -> 13:00 CEST
push: push:
branches: [legacy_dev] branches: [legacy_dev]