Skip to content

Commit c8aee92

Browse files
updated capacity according to bicep
1 parent d1d1e3c commit c8aee92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
export AZURE_TENANT_ID=${{ secrets.AZURE_TENANT_ID }}
2222
export AZURE_CLIENT_SECRET=${{ secrets.AZURE_CLIENT_SECRET }}
2323
export AZURE_SUBSCRIPTION_ID="${{ secrets.AZURE_SUBSCRIPTION_ID }}"
24-
export GPT_MIN_CAPACITY="130"
24+
export GPT_MIN_CAPACITY="50"
2525
2626
chmod +x deploy/scripts/checkquota.sh
2727
if ! deploy/scripts/checkquota.sh; then

0 commit comments

Comments
 (0)