diff --git a/.github/workflows/industrial_ci.yaml b/.github/workflows/industrial_ci.yaml index 377ba28..0f00492 100644 --- a/.github/workflows/industrial_ci.yaml +++ b/.github/workflows/industrial_ci.yaml @@ -15,11 +15,13 @@ on: jobs: industrial_ci: strategy: + fail-fast: false matrix: env: - { ROS_DISTRO: foxy, ROS_REPO: ros } - { ROS_DISTRO: galactic, ROS_REPO: ros } - { ROS_DISTRO: humble, ROS_REPO: ros } + - { ROS_DISTRO: jazzy, ROS_REPO: ros } - { ROS_DISTRO: rolling, ROS_REPO: ros } runs-on: ubuntu-latest steps: