From 26db74f323fe4792777b3fa34ef601067158c9f0 Mon Sep 17 00:00:00 2001 From: Carlos Mastalli Date: Wed, 13 Dec 2023 10:58:12 +0000 Subject: [PATCH] [ci] Change job names --- .github/workflows/ros-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ros-ci.yml b/.github/workflows/ros-ci.yml index 2dbe64f..3d45e95 100644 --- a/.github/workflows/ros-ci.yml +++ b/.github/workflows/ros-ci.yml @@ -7,10 +7,10 @@ jobs: matrix: fail-fast: false env: - - {name: "(noetic)", ROS_DISTRO: noetic, PRERELEASE: true} - - {name: "(humble)", ROS_DISTRO: humble} - - {name: "(rolling)", ROS_DISTRO: rolling} - - {name: "(iros)", ROS_DISTRO: iron} + - {name: "(noetic, Release)", ROS_DISTRO: noetic, PRERELEASE: true} + - {name: "(humble, Release)", ROS_DISTRO: humble} + - {name: "(rolling, Release)", ROS_DISTRO: rolling} + - {name: "(iros, Release)", ROS_DISTRO: iron} - {name: "(noetic, Debug)", ROS_DISTRO: noetic, CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug"} - {name: "(humble, Debug)", ROS_DISTRO: humble, CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug"} - {name: "(rolling, Debug)", ROS_DISTRO: rolling, CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug"}