We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea59c87 commit d982a01Copy full SHA for d982a01
1 file changed
.github/workflows/check-bypass.yml
@@ -72,6 +72,9 @@ jobs:
72
73
can_skip_docs=true
74
for f in $files; do
75
+ if [[ "$f" =~ ^\.claude/ || "$f" =~ ^benchmarks/ || "$f" =~ ^docs/ || "$f" =~ ^dockerfiles/ || "$f" =~ ^examples/ || "$f" =~ ^tools/ ]]; then
76
+ continue
77
+ fi
78
if [[ ! "$f" =~ \.(md|yaml|go)$ ]]; then
79
can_skip_docs=false
80
break
0 commit comments