Skip to content

Commit 92abc14

Browse files
authored
[Cherry-Pick][CI] Remove skip logic for *.txt-only changes (#7104) (#7117)
1 parent 57b97d3 commit 92abc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)