Skip to content

Commit

Permalink
Applied review ( See ros2#256 (comment) )
Browse files Browse the repository at this point in the history
Signed-off-by: CihatAltiparmak <[email protected]>
  • Loading branch information
CihatAltiparmak authored Aug 22, 2024
1 parent 325a9cf commit e80d46e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ defaults:
run:
shell: bash
jobs:
build_and_test_source_rolling:
build_and_test:
name: build_and_test ${{ matrix.ROS_DISTRO }} (${{ matrix.ROS_REPO }})
strategy:
matrix:
ROS_DISTRO: [rolling]
ROS_REPO: [testing, main]
runs-on: ubuntu-latest
container:
image: rostooling/setup-ros-docker:ubuntu-noble-latest
Expand Down

0 comments on commit e80d46e

Please sign in to comment.