From 9b86ff0f169e685e9f93db972616fbffe73dcd73 Mon Sep 17 00:00:00 2001 From: "vercel-gh-bot-3[bot]" <282332853+vercel-gh-bot-3[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 17:39:03 +0000 Subject: [PATCH 1/2] test: Update WORKFLOW_SERVER_URL_OVERRIDE to https://workflow-server-2ak7qny62.vercel.sh --- packages/world-vercel/src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/world-vercel/src/utils.ts b/packages/world-vercel/src/utils.ts index 8acefbaa69..49219a8e4c 100644 --- a/packages/world-vercel/src/utils.ts +++ b/packages/world-vercel/src/utils.ts @@ -59,7 +59,7 @@ function httpLog( * `main` — rewritten by external CI for branch-deployment testing. * Prefer `VERCEL_WORKFLOW_SERVER_URL` for deployment-time configuration. */ -const WORKFLOW_SERVER_URL_OVERRIDE = ''; +const WORKFLOW_SERVER_URL_OVERRIDE = 'https://workflow-server-2ak7qny62.vercel.sh'; /** * Per-request timeout for HTTP calls to workflow-server (in ms). From 6746d4234ec02c0630a97281250d453d965728ba Mon Sep 17 00:00:00 2001 From: "vercel-gh-bot-3[bot]" <282332853+vercel-gh-bot-3[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 18:44:00 +0000 Subject: [PATCH 2/2] test: Update WORKFLOW_SERVER_URL_OVERRIDE to https://workflow-server-glvpgzfgw.vercel.sh --- packages/world-vercel/src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/world-vercel/src/utils.ts b/packages/world-vercel/src/utils.ts index 49219a8e4c..a0f2e3916b 100644 --- a/packages/world-vercel/src/utils.ts +++ b/packages/world-vercel/src/utils.ts @@ -59,7 +59,7 @@ function httpLog( * `main` — rewritten by external CI for branch-deployment testing. * Prefer `VERCEL_WORKFLOW_SERVER_URL` for deployment-time configuration. */ -const WORKFLOW_SERVER_URL_OVERRIDE = 'https://workflow-server-2ak7qny62.vercel.sh'; +const WORKFLOW_SERVER_URL_OVERRIDE = 'https://workflow-server-glvpgzfgw.vercel.sh'; /** * Per-request timeout for HTTP calls to workflow-server (in ms).