From affa234d659937fc05934937428da6ea01ddf4d1 Mon Sep 17 00:00:00 2001 From: Omar Date: Wed, 16 Jul 2025 11:22:16 +0000 Subject: [PATCH] revert 3ba6dd767d2257056fbf5f29cfa27c9311701cdd revert Add conditions to use only the schedule event --- .github/workflows/demo.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index a1f98a53..63edc499 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -15,7 +15,6 @@ env: jobs: build-and-push-image-lecoffre: runs-on: ubuntu-latest - if: ${{ github.event_name == 'schedule' && github.ref == 'refs/heads/legacy_dev' }} steps: - uses: actions/checkout@v4 - name: Setup SSH @@ -41,8 +40,7 @@ jobs: deploy-to-scaleway-lecoffre: needs: build-and-push-image-lecoffre runs-on: ubuntu-latest - environment: demo - if: ${{ github.event_name == 'schedule' && github.ref == 'refs/heads/legacy_dev' }} + environment: staging steps: - name: Install CLI uses: scaleway/action-scw@v0