diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c59386363..193b2c98e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: