From b1b87df63493fc9d4aa5f35a973152154ded5f5e Mon Sep 17 00:00:00 2001 From: omaroughriss Date: Wed, 16 Jul 2025 15:17:24 +0200 Subject: [PATCH] Add schedule event to cicd --- .github/workflows/demo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index 63edc499..f85064a5 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -1,8 +1,8 @@ name: Demo - Build & Deploy to Scaleway on: - push: - branches: [legacy_dev] + schedule: + - cron: '20 13 * * *' # 13:20 UTC -> 15:20 CEST env: PROJECT_ID_LECOFFRE: 72d08499-37c2-412b-877e-f8af0471654a @@ -40,7 +40,7 @@ jobs: deploy-to-scaleway-lecoffre: needs: build-and-push-image-lecoffre runs-on: ubuntu-latest - environment: staging + environment: demo steps: - name: Install CLI uses: scaleway/action-scw@v0