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
+1 -1
View File
@@ -51,7 +51,7 @@ assert.match(api, /Buffer\.from\(file\.content/);
assert.match(api, /searchParams\.set\("runtime", `\$\{Date\.now\(\)\}/);
assert.match(workflow, /cron: "2,7,12,17,22,27,32,37,42,47,52,57 \* \* \* \*"/);
assert.match(workflow, /contents: write/);
assert.match(workflow, /EXPECTED_BUILD: "119"/);
assert.match(workflow, /EXPECTED_BUILD: "118"/);
assert.match(workflow, /actions: write/);
assert.match(workflow, /cancel-in-progress: false/);
assert.match(workflow, /next=\$\(\( \(now \/ 300 \+ 1\) \* 300 \+ 15 \)\)/);