diff --git a/.github/workflows/release-build-124.yml b/.github/workflows/release-build-124.yml index c215384..83cf04b 100644 --- a/.github/workflows/release-build-124.yml +++ b/.github/workflows/release-build-124.yml @@ -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: diff --git a/scripts/test-autonomous-runtime.mjs b/scripts/test-autonomous-runtime.mjs index 060507a..b826880 100644 --- a/scripts/test-autonomous-runtime.mjs +++ b/scripts/test-autonomous-runtime.mjs @@ -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"/);