Disable Vercel auto job cancellation

This commit is contained in:
Konstantin Wohlwend 2025-02-28 12:03:19 -08:00
parent d77961b96d
commit 9dff23b3cc

View File

@ -3,5 +3,8 @@
"**/*": {
"maxDuration": 300
}
},
"github": {
"autoJobCancellation": false
}
}