Skip to content

[CI] Deactivate rolling until it's stable again #16

[CI] Deactivate rolling until it's stable again

[CI] Deactivate rolling until it's stable again #16

name: Industrial-CI
on: [push, pull_request] # on all pushes and PRs
jobs:
CI:
strategy:
matrix:
env:
# - {ROS_DISTRO: rolling}
- {ROS_DISTRO: humble, PRERELEASE: true}
- {ROS_DISTRO: iron, PRERELEASE: true}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: 'ros-industrial/industrial_ci@master'
env: ${{ matrix.env }}