From 9dff23b3ccc16034d248ee97abfbf566c83a6ce1 Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Fri, 28 Feb 2025 12:03:19 -0800 Subject: [PATCH] Disable Vercel auto job cancellation --- vercel.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vercel.json b/vercel.json index 58eb97a81..5ef4932be 100644 --- a/vercel.json +++ b/vercel.json @@ -3,5 +3,8 @@ "**/*": { "maxDuration": 300 } + }, + "github": { + "autoJobCancellation": false } }