From 189d24589e90ef5271b269b4765dd39f50b5d748 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 13 Jan 2023 12:53:53 -0800 Subject: [PATCH] correct needs fields in gha --- .github/workflows/docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 34847749b1..30e938a54e 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -103,7 +103,7 @@ jobs: gamma-deployment: name: Deploy to gamma runs-on: ubuntu-latest - needs: frontend-image backend-image + needs: [frontend-image, backend-image] if: github.event_name == 'repository_dispatch' steps: - name: ☁️ Checkout source