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 e2cdecf commit a904b51Copy full SHA for a904b51
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ on:
13
- cron: "0 11,23 * * *" # Runs at 11:00 AM and 11:00 PM GMT
14
workflow_dispatch: #Allow manual triggering
15
env:
16
- GPT_MIN_CAPACITY: 150
+ GPT_MIN_CAPACITY: 1
17
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
18
19
jobs:
@@ -36,7 +36,7 @@ jobs:
36
export AZURE_TENANT_ID=${{ secrets.AZURE_TENANT_ID }}
37
export AZURE_CLIENT_SECRET=${{ secrets.AZURE_CLIENT_SECRET }}
38
export AZURE_SUBSCRIPTION_ID="${{ secrets.AZURE_SUBSCRIPTION_ID }}"
39
- export GPT_MIN_CAPACITY="150"
+ export GPT_MIN_CAPACITY="1"
40
export AZURE_REGIONS="${{ vars.AZURE_REGIONS }}"
41
42
chmod +x infra/scripts/checkquota.sh
0 commit comments