We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 592a1a3 commit 7c2846fCopy full SHA for 7c2846f
2 files changed
.claude/skills/write-fastdeploy-unittest/debug.sh
.github/workflows/check-bypass.yml
@@ -72,7 +72,7 @@ jobs:
72
if [[ "$f" =~ ^\.claude/ || "$f" =~ ^benchmarks/ || "$f" =~ ^docs/ || "$f" =~ ^dockerfiles/ || "$f" =~ ^examples/ || "$f" =~ ^tools/ ]]; then
73
continue
74
fi
75
- if [[ ! "$f" =~ \.(md|yaml|go|yml)$ ]]; then
+ if [[ ! "$f" =~ \.(md|yaml|go)$ ]]; then
76
can_skip_docs=false
77
break
78
0 commit comments