Skip to content

Commit b6fb60c

Browse files
committed
[ci] Fix pattern for code changes
1 parent 6cc2d02 commit b6fb60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
env:
144144
MERGE_BASE: ${{ steps.merge_base.outputs.sha }}
145145
run: |
146-
if git diff --quiet "${MERGE_BASE}...HEAD" -- ':**/*' \
146+
if git diff --quiet "${MERGE_BASE}...HEAD" -- ':**' \
147147
':!**/*.md' \
148148
':crates/red_knot_python_semantic/resources/mdtest/**/*.md' \
149149
':!docs/**' \

0 commit comments

Comments
 (0)