ci: add sandbox deploy workflow (wip)

This commit is contained in:
Nicolas Giard 2022-10-25 15:15:06 -04:00 committed by GitHub
parent 16dc976ad1
commit 03bce5f2ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -413,7 +413,7 @@ jobs:
# -----------------------------------------------------------------
sandbox:
name: Deploy to Sandbox
if: ${{ github.event.inputs.sandbox == 'true' }}
if: ${{ always() && github.event.inputs.sandbox == 'true' }}
needs: [release]
runs-on: dev-server
env: