Skip to content

Commit

Permalink
Add Jazzy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Apr 27, 2024
1 parent ebb6e5c commit 3b24e06
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/ci-jazzy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: CI-Jazzy

on:
workflow_dispatch:
push:
branches:
- ros2
pull_request:
branches:
- ros2

jobs:
harmonic_ci:
runs-on: ubuntu-24.04
strategy:
matrix:
ROS_REPO: [testing, main]
steps:
- name: Setup ROS environment
uses: ros-tooling/[email protected]
with:
use-ros2-testing: ${{ matrix.ROS_REPO == 'testing' }}
- name: Run ROS CI
uses: ros-tooling/[email protected]
with:
target-ros2-distro: jazzy
import-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3b24e06

Please sign in to comment.