mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
[CI] Remove skip logic for *.txt-only changes (#7104)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user