From 69742520cd57b85078924435a83fd394f2695922 Mon Sep 17 00:00:00 2001 From: Mahdis Date: Thu, 11 Jul 2024 21:20:56 -0400 Subject: [PATCH] add deploy-prod section --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index d4ed3a2..3699b3c 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -199,7 +199,7 @@ jobs: deploy-prod: if: github.ref == 'refs/heads/main' - # needs: [integration-test] + needs: [deploy-dev] runs-on: ubuntu-latest # Configure GitHub Action Environment to have a manual approval step before deployment to production # https://docs.github.com/en/actions/reference/environments