Skip to content

Commit 12505e5

Browse files
authored
ci: import src only when rosdistro is rolling (#471) (#472)
1 parent cd2e8c5 commit 12505e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/colcon.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
vcs import --shallow --skip-existing --input grid_map/tools/ros2_dependencies.repos
2828
shell: bash
2929
working-directory: src
30+
if: ${{ matrix.config.rosdistro == 'rolling' }}
3031
- name: Install Dependencies with Rosdep
3132
run: |
3233
apt update

0 commit comments

Comments
 (0)