From e63af68a88fabe4eeff5b8b5f4699c3474c905f1 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Fri, 28 Jun 2024 17:07:04 -0400 Subject: [PATCH] ci: Update build.yml workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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