Skip to content

Commit 05f3165

Browse files
committed
[CI] [DEBUG] Skip CI for non-runtime directories
1 parent 1e023ee commit 05f3165

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check-bypass.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
if [[ "$f" =~ ^\.claude/ || "$f" =~ ^benchmarks/ || "$f" =~ ^docs/ || "$f" =~ ^dockerfiles/ || "$f" =~ ^examples/ || "$f" =~ ^tools/ ]]; then
7373
continue
7474
fi
75-
if [[ ! "$f" =~ \.(md|yaml|go)$ ]]; then
75+
if [[ ! "$f" =~ \.(md|yaml|go|yml)$ ]]; then
7676
can_skip_docs=false
7777
break
7878
fi

0 commit comments

Comments
 (0)