Skip to content

Commit

Permalink
Add jazzy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed May 7, 2024
1 parent b6e99f8 commit ada17ab
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 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

env:
ROS_DISTRO: jazzy

jobs:
industrial_ci:
runs-on: ubuntu-20.04
strategy:
matrix:
ROS_REPO: [testing, main]
env:
ROS_REPO: ${{ matrix.ROS_REPO }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
- name: Source tests
uses: "ros-industrial/industrial_ci@master"
4 changes: 2 additions & 2 deletions .github/workflows/ci-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
workflow_dispatch:
push:
branches:
- rolling
- ros2
pull_request:
branches:
- rolling
- ros2

env:
ROS_DISTRO: rolling
Expand Down

0 comments on commit ada17ab

Please sign in to comment.