We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9640fc commit e4be557Copy full SHA for e4be557
1 file changed
script/beta.ts
@@ -295,10 +295,7 @@ async function main() {
295
}
296
297
if (applied.length > 0) {
298
- const ok = await smoke(prs, applied)
299
- if (!ok) {
300
- throw new Error("Final smoke check failed")
301
- }
+ console.log("\nSkipping final smoke check")
302
303
304
console.log("\nChecking if beta branch has changes...")
0 commit comments