Skip to content

Add CI workflows for Humble, Jazzy, and Rolling prop-ctrl, and update… #69

Add CI workflows for Humble, Jazzy, and Rolling prop-ctrl, and update…

Add CI workflows for Humble, Jazzy, and Rolling prop-ctrl, and update… #69

Workflow file for this run

name: Humble CI
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
industrial_ci:
strategy:
fail-fast: false
matrix:
env:
- {ROS_DISTRO: humble, ROS_REPO: main}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}