We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5307838 commit 474174bCopy full SHA for 474174b
1 file changed
.github/workflows/check-bypass.yml
@@ -69,7 +69,7 @@ jobs:
69
70
can_skip_docs=true
71
for f in $files; do
72
- if [[ ! "$f" =~ \.(md|txt|yaml|go)$ ]]; then
+ if [[ ! "$f" =~ \.(md|yaml|go)$ ]]; then
73
can_skip_docs=false
74
break
75
fi
0 commit comments