From bc6490f0d37ba25dbd296a70f56f67ee811dfc94 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Mon, 23 Dec 2024 09:07:06 +0000 Subject: [PATCH] ci: disable vercel redeploys (#376) --- .github/scripts/check.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/scripts/check.sh b/.github/scripts/check.sh index 01bf3e41..49c817aa 100755 --- a/.github/scripts/check.sh +++ b/.github/scripts/check.sh @@ -196,7 +196,8 @@ else # If a module is down, force a reployment to try getting things back online # ASAP - force_redeploy_registry + # EDIT: registry.coder.com is no longer hosted on vercel + #force_redeploy_registry fi exit "${status}"