Skip to content

Commit 904b085

Browse files
authored
Disable build test for melodic for now (#66)
1 parent cabde0c commit 904b085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
name: Build Tests (Ubuntu 18.04 + ROS Melodic, Ubuntu 20.04 + ROS Noetic)
2+
name: Build Tests (Ubuntu 20.04 + ROS Noetic)
33
on:
44
push:
55
branches:
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
config:
18-
- {rosdistro: 'melodic', container: 'ros:melodic-ros-base-bionic'}
18+
# - {rosdistro: 'melodic', container: 'ros:melodic-ros-base-bionic'}
1919
- {rosdistro: 'noetic', container: 'ros:noetic-ros-base-focal'}
2020
container: ${{ matrix.config.container }}
2121
steps:

0 commit comments

Comments
 (0)