Skip to content

Commit 62757fc

Browse files
authored
RSDK-8471 Add three-dot diff to git diff (viamrobotics#4636)
1 parent 3f480e7 commit 62757fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/motion-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: check modified files
2020
id: file_checker
2121
run: |
22-
( git diff --name-only origin/${{github.base_ref}} | grep -e "motionplan" \
22+
( git diff --name-only origin/${{github.base_ref}}... | grep -e "motionplan" \
2323
-e "referenceframe" \
2424
-e "spatialmath" \
2525
-e "components/base/wheeled" \

0 commit comments

Comments
 (0)