From e4be55792861504f23d055a37767357ee40b1d83 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sun, 19 Apr 2026 20:01:30 -0400 Subject: [PATCH] ci: skip beta smoke fixes for now --- script/beta.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/script/beta.ts b/script/beta.ts index 6f4ff4ebf9..34d9dab1f8 100755 --- a/script/beta.ts +++ b/script/beta.ts @@ -295,10 +295,7 @@ async function main() { } if (applied.length > 0) { - const ok = await smoke(prs, applied) - if (!ok) { - throw new Error("Final smoke check failed") - } + console.log("\nSkipping final smoke check") } console.log("\nChecking if beta branch has changes...")