ci: add sandbox deploy workflow (wip)
This commit is contained in:
parent
16dc976ad1
commit
03bce5f2ff
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue