diff --git a/.github/workflows/flexbe_ci.yml b/.github/workflows/flexbe_ci.yml index e57b76c..cecc4ac 100644 --- a/.github/workflows/flexbe_ci.yml +++ b/.github/workflows/flexbe_ci.yml @@ -12,20 +12,20 @@ jobs: test: strategy: matrix: - ros: [humble, iron, rolling] + ros: [humble] #, iron, rolling] include: - os: ubuntu-22.04 ros: humble python: python3 ci_branch: ros2-devel - - os: ubuntu-22.04 - ros: iron - ci_branch: ros2-devel - python: python3 - - os: ubuntu-22.04 - ros: rolling - python: python3 - ci_branch: ros2-devel + # - os: ubuntu-22.04 + # ros: iron + # ci_branch: ros2-devel + # python: python3 + # - os: ubuntu-22.04 + # ros: rolling + # python: python3 + # ci_branch: ros2-devel runs-on: ${{ matrix.os }} env: