From a40bd066bb259483924d1ef5ecdcf38eb2e3321e Mon Sep 17 00:00:00 2001 From: Jo Date: Thu, 4 Apr 2024 13:48:32 -0400 Subject: [PATCH] backend troubleshooting --- .github/workflows/primary.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/primary.yaml b/.github/workflows/primary.yaml index 74804ea57..d37b8fd46 100644 --- a/.github/workflows/primary.yaml +++ b/.github/workflows/primary.yaml @@ -90,7 +90,6 @@ jobs: deploy-backend: needs: detect-changes - if: github.ref != 'refs/heads/main' && needs.detect-changes.outputs.run-backend == 'true' strategy: max-parallel: 1 matrix: @@ -105,7 +104,7 @@ jobs: deploy-frontend: needs: detect-changes - if: github.ref != 'refs/heads/main' && needs.detect-changes.outputs.run-frontend == 'true' + if: github.ref == 'refs/heads/main' && needs.detect-changes.outputs.run-frontend == 'true' uses: ./.github/workflows/deploy-frontend.yaml with: aws_region: us-east-1