mirror of
https://github.com/theodore-song/polymarket-analyst.git
synced 2026-08-24 04:58:08 +00:00
Retry Build 124 as quota begins clearing
This commit is contained in:
@@ -4,7 +4,7 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
# Vercel's Hobby deployment quota is rolling. Retry across the reset
|
# Vercel's Hobby deployment quota is rolling. Retry across the reset
|
||||||
# window, then remove this workflow as soon as Build 124 is live.
|
# 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 *"
|
- cron: "15 1-13/2 24 8 *"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|||||||
@@ -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, /actions\/workflows\/autonomous-cycle\.yml\/dispatches/);
|
||||||
assert.match(workflow, /--data '\{"ref":"main"\}'/);
|
assert.match(workflow, /--data '\{"ref":"main"\}'/);
|
||||||
assert.match(releaseWorkflow, /name: Release Build 124 after Vercel quota reset/);
|
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, /cron: "15 1-13\/2 24 8 \*"/);
|
||||||
assert.match(releaseWorkflow, /grep -q 'const BUILD_VERSION = 124;'/);
|
assert.match(releaseWorkflow, /grep -q 'const BUILD_VERSION = 124;'/);
|
||||||
assert.match(releaseWorkflow, /EXPECTED_BUILD: "124"/);
|
assert.match(releaseWorkflow, /EXPECTED_BUILD: "124"/);
|
||||||
|
|||||||
Reference in New Issue
Block a user