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