Skip to content

Commit 728927b

Browse files
committed
remove rolling ci
Signed-off-by: Hyungyu Kim <kimhg@robotis.com>
1 parent 47e71d5 commit 728927b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ros-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
ros_distribution:
2020
- humble
2121
- jazzy
22-
- rolling
22+
# - rolling
2323
include:
2424
# ROS 2 Humble Hawksbill
2525
- docker_image: ubuntu:jammy
@@ -30,9 +30,9 @@ jobs:
3030
ros_distribution: jazzy
3131
ros_version: 2
3232
# ROS 2 Rolling Ridley
33-
- docker_image: ubuntu:noble
34-
ros_distribution: rolling
35-
ros_version: 2
33+
# - docker_image: ubuntu:noble
34+
# ros_distribution: rolling
35+
# ros_version: 2
3636
container:
3737
image: ${{ matrix.docker_image }}
3838
steps:

0 commit comments

Comments
 (0)