Skip to content

Commit 1926e4c

Browse files
Reset Quota
1 parent da6cee1 commit 1926e4c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-Parameterized.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy-Test-Cleanup-v2
1+
name: Deploy-Test-Cleanup (v2)
22
on:
33
pull_request:
44
branches:
@@ -79,8 +79,8 @@ on:
7979
schedule:
8080
- cron: '0 9,21 * * *' # Runs at 9:00 AM and 9:00 PM GMT
8181
env:
82-
GPT_MIN_CAPACITY: 1500
83-
TEXT_EMBEDDING_MIN_CAPACITY: 800
82+
GPT_MIN_CAPACITY: 150
83+
TEXT_EMBEDDING_MIN_CAPACITY: 80
8484
BRANCH_NAME: ${{ github.event.workflow_run.head_branch || github.head_ref || github.ref_name }}
8585
# For automatic triggers (pull_request, workflow_run, schedule): force Non-WAF + Non-EXP
8686
# For manual dispatch: use input values or defaults

0 commit comments

Comments
 (0)