From d18be0f74cd3913388a137585584671487840aa7 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Sat, 26 Oct 2024 17:44:05 -0400 Subject: [PATCH] fix deployment ci --- .github/workflows/deployment-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deployment-pipeline.yml b/.github/workflows/deployment-pipeline.yml index 06eeb5d04..1127cb109 100644 --- a/.github/workflows/deployment-pipeline.yml +++ b/.github/workflows/deployment-pipeline.yml @@ -105,7 +105,7 @@ jobs: wait-for-service-stability: false production-us: - name: US production deploy + name: US production deploy runs-on: ubuntu-latest needs: [gamma-deployment] environment: @@ -163,7 +163,7 @@ jobs: production-eu: name: Europe production deploy runs-on: ubuntu-latest - needs: [production-eu] + needs: [production-us] environment: name: Production steps: