[CI] Remove skip logic for *.txt-only changes (#7104)

This commit is contained in:
YuBaoku
2026-03-31 13:24:50 +08:00
committed by GitHub
parent dd2aa10ed4
commit db6e637f4f
+1 -1
View File
@@ -69,7 +69,7 @@ jobs:
can_skip_docs=true
for f in $files; do
if [[ ! "$f" =~ \.(md|txt|yaml|go)$ ]]; then
if [[ ! "$f" =~ \.(md|yaml|go)$ ]]; then
can_skip_docs=false
break
fi