Skip to content

Commit 474174b

Browse files
authored
[Cherry-Pick][CI] Remove skip logic for *.txt-only changes (#7104) (#7118)
1 parent 5307838 commit 474174b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-bypass.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
can_skip_docs=true
7171
for f in $files; do
72-
if [[ ! "$f" =~ \.(md|txt|yaml|go)$ ]]; then
72+
if [[ ! "$f" =~ \.(md|yaml|go)$ ]]; then
7373
can_skip_docs=false
7474
break
7575
fi

0 commit comments

Comments
 (0)