diff --git a/.github/workflows/ros-humble-ci.yml b/.github/workflows/ros-humble-ci.yml index 7998207..f559a87 100644 --- a/.github/workflows/ros-humble-ci.yml +++ b/.github/workflows/ros-humble-ci.yml @@ -1,7 +1,7 @@ # This config uses industrial_ci (https://github.com/ros-industrial/industrial_ci.git). # For troubleshooting, see readme (https://github.com/ros-industrial/industrial_ci/blob/master/README.rst) -name: CI - Linux via ROS +name: CI - Linux ROS Humble # This determines when this workflow is run on: [push, pull_request] # on all pushes and PRs diff --git a/.github/workflows/ros-rolling-ci.yml b/.github/workflows/ros-rolling-ci.yml index f5650b9..54d411d 100644 --- a/.github/workflows/ros-rolling-ci.yml +++ b/.github/workflows/ros-rolling-ci.yml @@ -1,7 +1,7 @@ # This config uses industrial_ci (https://github.com/ros-industrial/industrial_ci.git). # For troubleshooting, see readme (https://github.com/ros-industrial/industrial_ci/blob/master/README.rst) -name: CI - Linux via ROS +name: CI - Linux ROS Rolling # This determines when this workflow is run on: [push, pull_request] # on all pushes and PRs