From fbce61e477ca4734d8744237de14941263bf3e9c Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Wed, 7 Aug 2024 15:48:55 -0400 Subject: [PATCH] chore(ci): MAX_REPLICAS=1 for PRs (#1486) --- .github/workflows/.deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.deploy.yml b/.github/workflows/.deploy.yml index 012cf2b08..79d723a05 100644 --- a/.github/workflows/.deploy.yml +++ b/.github/workflows/.deploy.yml @@ -148,7 +148,7 @@ jobs: -p TAG=${{ inputs.tag }} -p ZONE=${{ inputs.target }} ${{ github.event_name == 'pull_request' && '-p MIN_REPLICAS=1' || '' }} - ${{ github.event_name == 'pull_request' && '-p MAX_REPLICAS=2' || '' }} + ${{ github.event_name == 'pull_request' && '-p MAX_REPLICAS=1' || '' }} ${{ matrix.parameters }} verification_path: ${{ matrix.verification_path }} verification_retry_attempts: 5