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