From e40b8b3a75e31c3cce3d0af5c25d6a0a0bfe5518 Mon Sep 17 00:00:00 2001 From: wep21 Date: Tue, 30 Jul 2024 21:11:08 +0900 Subject: [PATCH] ci: import src only when rosdistro is rolling Signed-off-by: wep21 --- .github/workflows/colcon.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/colcon.yaml b/.github/workflows/colcon.yaml index 882a59fa..9b95adfb 100644 --- a/.github/workflows/colcon.yaml +++ b/.github/workflows/colcon.yaml @@ -28,6 +28,7 @@ jobs: vcs import --shallow --skip-existing --input grid_map/tools/ros2_dependencies.repos shell: bash working-directory: src + if: ${{ matrix.config.rosdistro == 'rolling' }} - name: Install Dependencies with Rosdep run: | apt update