Skip to content

Commit 1664a56

Browse files
committed
[CI] No prerelease on jazzy
1 parent edf29bf commit 1664a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/industrial_ci_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- {ROS_DISTRO: rolling}
1010
- {ROS_DISTRO: humble, PRERELEASE: true}
1111
- {ROS_DISTRO: iron, PRERELEASE: true}
12-
- {ROS_DISTRO: jazzy, PRERELEASE: true}
12+
- {ROS_DISTRO: jazzy}
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)