Retry Build 124 as quota begins clearing

This commit is contained in:
Theodore Song
2026-08-22 20:23:13 -04:00
parent c261a1ae73
commit 05ebefaee0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ on:
schedule:
# Vercel's Hobby deployment quota is rolling. Retry across the reset
# window, then remove this workflow as soon as Build 124 is live.
- cron: "15 13-23/2 23 8 *"
- cron: "15 1-23/2 23 8 *"
- cron: "15 1-13/2 24 8 *"
workflow_dispatch:
+1 -1
View File
@@ -79,7 +79,7 @@ assert.match(workflow, /next=\$\(\( \(now \/ 300 \+ 1\) \* 300 \+ 15 \)\)/);
assert.match(workflow, /actions\/workflows\/autonomous-cycle\.yml\/dispatches/);
assert.match(workflow, /--data '\{"ref":"main"\}'/);
assert.match(releaseWorkflow, /name: Release Build 124 after Vercel quota reset/);
assert.match(releaseWorkflow, /cron: "15 13-23\/2 23 8 \*"/);
assert.match(releaseWorkflow, /cron: "15 1-23\/2 23 8 \*"/);
assert.match(releaseWorkflow, /cron: "15 1-13\/2 24 8 \*"/);
assert.match(releaseWorkflow, /grep -q 'const BUILD_VERSION = 124;'/);
assert.match(releaseWorkflow, /EXPECTED_BUILD: "124"/);