We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f480e7 commit 62757fcCopy full SHA for 62757fc
.github/workflows/motion-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: check modified files
20
id: file_checker
21
run: |
22
- ( git diff --name-only origin/${{github.base_ref}} | grep -e "motionplan" \
+ ( git diff --name-only origin/${{github.base_ref}}... | grep -e "motionplan" \
23
-e "referenceframe" \
24
-e "spatialmath" \
25
-e "components/base/wheeled" \
0 commit comments