File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7979 schedule :
8080 - cron : ' 0 9,21 * * *' # Runs at 9:00 AM and 9:00 PM GMT
8181env :
82- GPT_MIN_CAPACITY : 150
83- TEXT_EMBEDDING_MIN_CAPACITY : 80
82+ GPT_MIN_CAPACITY : 1500
83+ TEXT_EMBEDDING_MIN_CAPACITY : 800
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
@@ -854,7 +854,7 @@ jobs:
854854 if [ "${{ needs.e2e-test.result }}" = "skipped" ]; then
855855 TEST_STATUS_MSG="• E2E Tests: Skipped (as configured)"
856856 else
857- TEST_STATUS_MSG="• E2E Tests: ✅ Passed<br>• Test Report: <a href=\"${TEST_REPORT_URL}\">View Report</a>"
857+ TEST_STATUS_MSG="• E2E Tests: Passed<br>• Test Report: <a href=\"${TEST_REPORT_URL}\">View Report</a>"
858858 fi
859859
860860 EMAIL_BODY=$(cat <<EOF
You can’t perform that action at this time.
0 commit comments