Skip to content

Commit 4eff28c

Browse files
committed
Removed unused ros distribution fir CI
Signed-off-by: Pyo <[email protected]>
1 parent 8a0ed57 commit 4eff28c

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/ros-ci.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,10 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
ros_distribution:
18-
# - foxy
19-
# - galactic
2018
- humble
2119
# - rolling
2220
include:
23-
# # Foxy Fitzroy (June 2020 - May 2023)
24-
# - docker_image: rostooling/setup-ros-docker:ubuntu-focal-ros-foxy-ros-base-latest
25-
# ros_distribution: foxy
26-
# ros_version: 2
27-
# # Galactic Geochelone (May 2021)
28-
# - docker_image: rostooling/setup-ros-docker:ubuntu-focal-ros-galactic-ros-base-latest
29-
# ros_distribution: galactic
30-
# ros_version: 2
31-
# Humble Hawksbill (May 2027)
21+
# Humble Hawksbill (May 2027)
3222
- docker_image: rostooling/setup-ros-docker:ubuntu-jammy-ros-humble-ros-base-latest
3323
ros_distribution: humble
3424
ros_version: 2
@@ -50,4 +40,4 @@ jobs:
5040
with:
5141
package-name: turtlebot3_manipulation
5242
target-ros2-distro: ${{ matrix.ros_distribution }}
53-
vcs-repo-file-url: ""
43+
vcs-repo-file-url: ""

0 commit comments

Comments
 (0)