diff --git a/.github/workflows/aws-ecs-deploy-backend.yml b/.github/workflows/aws-ecs-deploy-backend.yml index b9c4559d..226d44dd 100644 --- a/.github/workflows/aws-ecs-deploy-backend.yml +++ b/.github/workflows/aws-ecs-deploy-backend.yml @@ -107,5 +107,5 @@ jobs: task-definition: ${{ steps.task-definition.outputs.task-definition }} service: ${{ needs.setup_env.outputs.AWS_APPENV }} cluster: infra-prod - wait-for-service-stability: true + wait-for-service-stability: false wait-for-minutes: 7 minutes