diff --git a/prisma/seed.cjs b/prisma/seed.cjs index cc5225fa4..61f3928f6 100644 --- a/prisma/seed.cjs +++ b/prisma/seed.cjs @@ -50,11 +50,6 @@ async function main() { } }); } - // Update stucked builds - await prisma.build.updateMany({ - where: { status: 'running' }, - data: { status: 'success' } - }); } main() .catch((e) => {