From f92e4b71a7b4946de4a320f18a2af95a20696dfb Mon Sep 17 00:00:00 2001 From: Olivier Stasse Date: Fri, 21 Jun 2024 19:22:00 +0200 Subject: [PATCH] [github/workflows] Renamed correctly the workflows. --- .github/workflows/ros-humble-ci.yml | 2 +- .github/workflows/ros-rolling-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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