From 1c36af158fbf2c958546ffac11e52bc2f1023b93 Mon Sep 17 00:00:00 2001 From: joeaba <77398477+joeaba@users.noreply.github.com> Date: Thu, 7 Oct 2021 20:49:58 +0530 Subject: [PATCH] removing the "autoJobCancelation": false --- vercel.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index cad2e1c1e1..7ae9a3de54 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,5 @@ { "github": { - "silent": true, - "autoJobCancelation": false + "silent": true } }