Skip to content

Commit

Permalink
Use Generic ci.yaml name
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <sloretz@openrobotics.org>
  • Loading branch information
sloretz committed Jun 3, 2022
1 parent 4ca6ec2 commit 816f940
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 38 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/jammy-ci.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
name: jammy-ci
on:
push:
branches:
- ros2
pull_request:
branches:
- ros2
name: gh-ci
on: [push, pull_request]
jobs:
jammy:
test_sdformat_urdf:
runs-on: ubuntu-22.04
strategy:
matrix:
ros-distro: ["humble", "rolling"]
gazebo-version:
- "fortress" # libsdformat12
env:
GAZEBO_VERSION: "fortress" # libsdformat12
GAZEBO_VERSION: ${{ matrix.gazebo-version }}
steps:
- uses: ros-tooling/setup-ros@v0.3
with:
Expand Down
28 changes: 0 additions & 28 deletions .github/workflows/focal-ci.yaml

This file was deleted.

0 comments on commit 816f940

Please sign in to comment.