diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4b56f428c..6c918d7e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -443,7 +443,7 @@ jobs: prod: name: Deploy to Production if: ${{ !failure() && !cancelled() && (github.event.inputs.deploy == 'Staging + Prod' || github.ref_name == 'release') }} - needs: [staging] + needs: [prepare, staging] runs-on: ubuntu-latest environment: name: production