Skip to content

Commit e5e7e42

Browse files
mergify[bot]wep21
andauthored
ci: import src only when rosdistro is rolling (#471) (#474)
Signed-off-by: wep21 <[email protected]> (cherry picked from commit 38e57e2) Co-authored-by: Daisuke Nishimatsu <[email protected]>
1 parent e3fad51 commit e5e7e42

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)