diff --git a/.github/workflows/build-staging-and-deploy-aws.yml b/.github/workflows/build-staging-and-deploy-aws.yml index 6a496a82b..347b6f5ee 100644 --- a/.github/workflows/build-staging-and-deploy-aws.yml +++ b/.github/workflows/build-staging-and-deploy-aws.yml @@ -14,6 +14,7 @@ jobs: infisical-image: name: Build backend image runs-on: ubuntu-latest + needs: [infisical-tests] steps: - name: ☁️ Checkout source uses: actions/checkout@v3