revert 3ba6dd767d2257056fbf5f29cfa27c9311701cdd
revert Add conditions to use only the schedule event
This commit is contained in:
parent
a0ac83bf2f
commit
affa234d65
4
.github/workflows/demo.yml
vendored
4
.github/workflows/demo.yml
vendored
@ -15,7 +15,6 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
build-and-push-image-lecoffre:
|
build-and-push-image-lecoffre:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event_name == 'schedule' && github.ref == 'refs/heads/legacy_dev' }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup SSH
|
- name: Setup SSH
|
||||||
@ -41,8 +40,7 @@ jobs:
|
|||||||
deploy-to-scaleway-lecoffre:
|
deploy-to-scaleway-lecoffre:
|
||||||
needs: build-and-push-image-lecoffre
|
needs: build-and-push-image-lecoffre
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment: demo
|
environment: staging
|
||||||
if: ${{ github.event_name == 'schedule' && github.ref == 'refs/heads/legacy_dev' }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install CLI
|
- name: Install CLI
|
||||||
uses: scaleway/action-scw@v0
|
uses: scaleway/action-scw@v0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user