We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ebca1 commit 5aaf7ecCopy full SHA for 5aaf7ec
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
export AZURE_TENANT_ID=${{ secrets.AZURE_TENANT_ID }}
22
export AZURE_CLIENT_SECRET=${{ secrets.AZURE_CLIENT_SECRET }}
23
export AZURE_SUBSCRIPTION_ID="${{ secrets.AZURE_SUBSCRIPTION_ID }}"
24
- export GPT_MIN_CAPACITY="50"
+ export GPT_MIN_CAPACITY="140"
25
export AZURE_REGIONS="${{ vars.AZURE_REGIONS }}"
26
27
chmod +x infra/scripts/checkquota.sh
0 commit comments