From 12505e568ca4a6d42de532522a693f8062be9cac Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 13:50:19 +0900 Subject: [PATCH] ci: import src only when rosdistro is rolling (#471) (#472) --- .github/workflows/colcon.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/colcon.yaml b/.github/workflows/colcon.yaml index e29e89c9..8c904d8f 100644 --- a/.github/workflows/colcon.yaml +++ b/.github/workflows/colcon.yaml @@ -27,6 +27,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