diff --git a/.github/workflows/check-bypass.yml b/.github/workflows/check-bypass.yml index a799bbe3a41..9ce1a83faf3 100644 --- a/.github/workflows/check-bypass.yml +++ b/.github/workflows/check-bypass.yml @@ -72,6 +72,9 @@ jobs: can_skip_docs=true for f in $files; do + if [[ "$f" =~ ^\.claude/ || "$f" =~ ^benchmarks/ || "$f" =~ ^docs/ || "$f" =~ ^dockerfiles/ || "$f" =~ ^examples/ || "$f" =~ ^tools/ ]]; then + continue + fi if [[ ! "$f" =~ \.(md|yaml|go)$ ]]; then can_skip_docs=false break