File tree Expand file tree Collapse file tree 3 files changed +9
-27
lines changed Expand file tree Collapse file tree 3 files changed +9
-27
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,6 @@ concurrency:
2323
2424jobs :
2525 abi_check :
26- runs-on : ubuntu-latest
27- steps :
28- - uses : actions/checkout@v4
29- - uses : ros-industrial/industrial_ci@master
30- env :
31- ROS_DISTRO : humble
32- ROS_REPO : testing
33- ABICHECK_URL : github:${{ github.repository }}#${{ github.base_ref }}
34- NOT_TEST_BUILD : true
26+ uses : ros-controls/ros2_control_ci/.github/workflows/reusable-abi-check.yml@master
27+ with :
28+ ros_distro : humble
Original file line number Diff line number Diff line change @@ -22,12 +22,6 @@ concurrency:
2222
2323jobs :
2424 abi_check :
25- runs-on : ubuntu-latest
26- steps :
27- - uses : actions/checkout@v4
28- - uses : ros-industrial/industrial_ci@master
29- env :
30- ROS_DISTRO : jazzy
31- ROS_REPO : testing
32- ABICHECK_URL : github:${{ github.repository }}#${{ github.base_ref }}
33- NOT_TEST_BUILD : true
25+ uses : ros-controls/ros2_control_ci/.github/workflows/reusable-abi-check.yml@master
26+ with :
27+ ros_distro : jazzy
Original file line number Diff line number Diff line change @@ -22,12 +22,6 @@ concurrency:
2222
2323jobs :
2424 abi_check :
25- runs-on : ubuntu-latest
26- steps :
27- - uses : actions/checkout@v4
28- - uses : ros-industrial/industrial_ci@master
29- env :
30- ROS_DISTRO : rolling
31- ROS_REPO : testing
32- ABICHECK_URL : github:${{ github.repository }}#${{ github.base_ref }}
33- NOT_TEST_BUILD : true
25+ uses : ros-controls/ros2_control_ci/.github/workflows/reusable-abi-check.yml@master
26+ with :
27+ ros_distro : rolling
You can’t perform that action at this time.
0 commit comments