Skip to content

Commit 2023201

Browse files
added quota check file
1 parent 6e9b290 commit 2023201

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
export AZURE_CLIENT_SECRET=${{ secrets.AZURE_CLIENT_SECRET }}
4949
export AZURE_SUBSCRIPTION_ID="${{ secrets.AZURE_SUBSCRIPTION_ID }}"
5050
export GPT_MIN_CAPACITY="${{ env.GPT_MIN_CAPACITY }}"
51-
export AZURE_REGIONS="${{ env.RESOURCE_GROUP_NAME }}"
51+
export AZURE_REGIONS="${{ vars.AZURE_LOCATION }}"
5252
chmod +x scripts/checkquota.sh
5353
if ! scripts/checkquota.sh; then
5454
# If quota check fails due to insufficient quota, set the flag

0 commit comments

Comments
 (0)