summaryrefslogtreecommitdiffhomepage
path: root/script
diff options
context:
space:
mode:
Diffstat (limited to 'script')
-rwxr-xr-xscript/beta.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/script/beta.ts b/script/beta.ts
index 6f4ff4ebf..34d9dab1f 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...")