Skip to content

Rename KUKA-Prop_Humble to KUKA-Prop_Humble.yml #62

Rename KUKA-Prop_Humble to KUKA-Prop_Humble.yml

Rename KUKA-Prop_Humble to KUKA-Prop_Humble.yml #62

Workflow file for this run

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