Defer Build 119 until Vercel quota resets

This commit is contained in:
Theodore Song
2026-08-22 03:08:32 -04:00
parent dcede02676
commit ffd3acb7d9
3 changed files with 63 additions and 2 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ jobs:
- run: node scripts/run-autonomous-cycle.mjs
env:
ARENA_URL: https://polymarket-site-eta.vercel.app
EXPECTED_BUILD: "119"
# Keep Build 118 advancing until the Vercel free deployment quota resets.
EXPECTED_BUILD: "118"
RUNTIME_BRANCH: runtime-state
RUNTIME_STATE_PATH: runtime/state.json
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}