From 741979e3003e45cab236f2982b4726a2232aea7d Mon Sep 17 00:00:00 2001 From: Vedran Devcic Date: Fri, 7 Feb 2025 13:37:48 +0100 Subject: [PATCH] Add dependency --- .github/workflows/deploy-staging-ecs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-staging-ecs.yml b/.github/workflows/deploy-staging-ecs.yml index 8e95ed2..863791d 100644 --- a/.github/workflows/deploy-staging-ecs.yml +++ b/.github/workflows/deploy-staging-ecs.yml @@ -82,6 +82,7 @@ jobs: runs-on: ubuntu-latest environment: ${{ inputs.environment }} timeout-minutes: ${{ vars.timeout_minutes || 30 }} + needs: build-push-image steps: - name: Check out code uses: actions/checkout@v4