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