Skip to content

Commit e4be557

Browse files
committed
ci: skip beta smoke fixes for now
1 parent b9640fc commit e4be557

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

script/beta.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,7 @@ async function main() {
295295
}
296296

297297
if (applied.length > 0) {
298-
const ok = await smoke(prs, applied)
299-
if (!ok) {
300-
throw new Error("Final smoke check failed")
301-
}
298+
console.log("\nSkipping final smoke check")
302299
}
303300

304301
console.log("\nChecking if beta branch has changes...")

0 commit comments

Comments
 (0)