From cfb2ee28f1804bc7cee7968b21db35ad5b747afd Mon Sep 17 00:00:00 2001 From: eternaltyro Date: Thu, 6 Jun 2024 12:56:58 +0530 Subject: [PATCH] Fix workflow dependencies --- .github/workflows/ecs-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ecs-deploy.yml b/.github/workflows/ecs-deploy.yml index 8d4e2106..cf73a6d9 100644 --- a/.github/workflows/ecs-deploy.yml +++ b/.github/workflows/ecs-deploy.yml @@ -65,6 +65,8 @@ jobs: runs-on: ubuntu-latest environment: production + needs: image-build-and-push + permissions: contents: read id-token: write