Skip to content

Commit

Permalink
chore(ci): MAX_REPLICAS=1 for PRs (#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Aug 7, 2024
1 parent 88eae25 commit fbce61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbce61e

Please sign in to comment.