ci: align refactor line gate with removed files

This commit is contained in:
CJACK.
2026-03-22 10:38:08 +08:00
parent 3fccec0e22
commit 5031ae0e6f
2 changed files with 1 additions and 10 deletions

View File

@@ -12,11 +12,7 @@ is_entry_file() {
case "$1" in
api/chat-stream.js|\
internal/js/helpers/stream-tool-sieve.js|\
webui/src/App.jsx|\
webui/src/components/AccountManager.jsx|\
webui/src/components/ApiTester.jsx|\
webui/src/components/Settings.jsx|\
webui/src/components/VercelSync.jsx)
webui/src/App.jsx)
return 0
;;
esac