Skip to content

Commit

Permalink
ci: disable vercel redeploys (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstcn authored Dec 23, 2024
1 parent 482ed84 commit bc6490f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit bc6490f

Please sign in to comment.