From 96d99a0922334ad6be2249487805374e608b4a0d Mon Sep 17 00:00:00 2001 From: Aakash Singh Date: Mon, 30 Oct 2023 10:27:17 +0530 Subject: [PATCH] rename job --- .github/workflows/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yaml b/.github/workflows/deployment.yaml index 6b7c1e6b61..da086dfe81 100644 --- a/.github/workflows/deployment.yaml +++ b/.github/workflows/deployment.yaml @@ -252,7 +252,7 @@ jobs: cluster: ${{ env.ECS_CLUSTER }} wait-for-service-stability: true - deploy-gcp-staging: + deploy-staging-gcp: needs: build-production name: Deploy to staging GCP cluster runs-on: ubuntu-latest