revert 3ba6dd767d2257056fbf5f29cfa27c9311701cdd
All checks were successful
Demo - Build & Deploy to Scaleway / build-and-push-image-lecoffre (push) Successful in 14s
Demo - Build & Deploy to Scaleway / deploy-to-scaleway-lecoffre (push) Successful in 4s

revert Add conditions to use only the schedule event
This commit is contained in:
Omar 2025-07-16 11:22:16 +00:00
parent a0ac83bf2f
commit affa234d65

View File

@ -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