Skip to content

Commit

Permalink
Disable build test for melodic for now (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmluk committed Mar 20, 2024
1 parent cabde0c commit 904b085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: Build Tests (Ubuntu 18.04 + ROS Melodic, Ubuntu 20.04 + ROS Noetic)
name: Build Tests (Ubuntu 20.04 + ROS Noetic)
on:
push:
branches:
Expand All @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
config:
- {rosdistro: 'melodic', container: 'ros:melodic-ros-base-bionic'}
# - {rosdistro: 'melodic', container: 'ros:melodic-ros-base-bionic'}
- {rosdistro: 'noetic', container: 'ros:noetic-ros-base-focal'}
container: ${{ matrix.config.container }}
steps:
Expand Down

0 comments on commit 904b085

Please sign in to comment.