Skip to content

Commit 4086fff

Browse files
authored
Update ros-ci.yml
1 parent 55d771e commit 4086fff

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ros-ci.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ros-ci
1+
name: noetic-devel
22

33
# Controls when the action will run. Triggers the workflow on push or pull request
44
on:
@@ -15,18 +15,18 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
ros_distribution:
18-
- kinetic
19-
- melodic
18+
# - kinetic
19+
# - melodic
2020
- noetic
2121
include:
2222
# Kinetic Kame (May 2016 - May 2021)
23-
- docker_image: ubuntu:xenial
24-
ros_distribution: kinetic
25-
ros_version: 1
23+
# - docker_image: ubuntu:xenial
24+
# ros_distribution: kinetic
25+
# ros_version: 1
2626
# Melodic Morenia (May 2018 - May 2023)
27-
- docker_image: ubuntu:bionic
28-
ros_distribution: melodic
29-
ros_version: 1
27+
# - docker_image: ubuntu:bionic
28+
# ros_distribution: melodic
29+
# ros_version: 1
3030
# Noetic Ninjemys (May 2020 - May 2025)
3131
- docker_image: ubuntu:focal
3232
ros_distribution: noetic
@@ -49,4 +49,4 @@ jobs:
4949
with:
5050
package-name: robotis_manipulator
5151
target-ros1-distro: ${{ matrix.ros_distribution }}
52-
vcs-repo-file-url: ""
52+
vcs-repo-file-url: ""

0 commit comments

Comments
 (0)