Skip to content

Commit

Permalink
[github/workflows] Renamed correctly the workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-stasse committed Jun 24, 2024
1 parent 7eeb06e commit f92e4b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ros-humble-ci.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ros-rolling-ci.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f92e4b7

Please sign in to comment.