Skip to content

Commit

Permalink
[CI] Prerelease only for Noetic/Iron
Browse files Browse the repository at this point in the history
  • Loading branch information
wxmerkt authored Mar 12, 2024
1 parent 421a250 commit ede8269
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/industrial_ci_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
strategy:
matrix:
env:
- {ROS_DISTRO: noetic}
- {ROS_DISTRO: rolling, PRERELEASE: true}
- {ROS_DISTRO: noetic, PRERELEASE: true}
- {ROS_DISTRO: iron, PRERELEASE: true}
- {ROS_DISTRO: rolling}
env:
BUILDER: colcon
runs-on: ubuntu-latest
Expand Down

0 comments on commit ede8269

Please sign in to comment.