From 7d402935323f4df957fd7c214fca9994d82d2939 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Fri, 9 Jun 2023 03:34:46 +0200 Subject: [PATCH] chore(CI): Restore broadcast_text check (#16483) --- apps/ci/ci-pending.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ci/ci-pending.sh b/apps/ci/ci-pending.sh index 77013bcb8..fa3f798d4 100644 --- a/apps/ci/ci-pending.sh +++ b/apps/ci/ci-pending.sh @@ -27,7 +27,7 @@ for i in `find data/sql/updates/pending* -name "*sql" -type f`; do echo "> broadcast_text check - Failed" echo " - DON'T EDIT broadcast_text TABLE UNLESS YOU KNOW WHAT YOU ARE DOING!" echo " - This error can safely be ignored if the changes are approved to be sniffed." -# exit 1 + exit 1 else echo "> broadcast_text check - OK" fi