fix(ci): add tools to allowed services in update-submodule workflow

This commit is contained in:
asepharyana
2026-07-25 16:39:38 +07:00
parent 632868356d
commit 3dfde5e872
+1 -1
View File
@@ -36,7 +36,7 @@ jobs:
fi fi
case "$SERVICE" in case "$SERVICE" in
scraper-api|hub|llm-api) ;; scraper-api|hub|llm-api|tools) ;;
*) *)
echo "::error::Unsupported service '$SERVICE'" echo "::error::Unsupported service '$SERVICE'"
exit 1 exit 1