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 @@ -21,12 +21,6 @@ concurrency:
2121
2222jobs :
2323 abi_check :
24- runs-on : ubuntu-latest
25- steps :
26- - uses : actions/checkout@v4
27- - uses : ros-industrial/industrial_ci@master
28- env :
29- ROS_DISTRO : humble
30- ROS_REPO : testing
31- ABICHECK_URL : github:${{ github.repository }}#${{ github.base_ref }}
32- NOT_TEST_BUILD : true
24+ uses : ros-controls/ros2_control_ci/.github/workflows/reusable-abi-check.yml@master
25+ with :
26+ ros_distro : humble
Original file line number Diff line number Diff line change @@ -21,12 +21,6 @@ concurrency:
2121
2222jobs :
2323 abi_check :
24- runs-on : ubuntu-latest
25- steps :
26- - uses : actions/checkout@v4
27- - uses : ros-industrial/industrial_ci@master
28- env :
29- ROS_DISTRO : jazzy
30- ROS_REPO : testing
31- ABICHECK_URL : github:${{ github.repository }}#${{ github.base_ref }}
32- NOT_TEST_BUILD : true
24+ uses : ros-controls/ros2_control_ci/.github/workflows/reusable-abi-check.yml@master
25+ with :
26+ ros_distro : jazzy
Original file line number Diff line number Diff line change @@ -21,12 +21,6 @@ concurrency:
2121
2222jobs :
2323 abi_check :
24- runs-on : ubuntu-latest
25- steps :
26- - uses : actions/checkout@v4
27- - uses : ros-industrial/industrial_ci@master
28- env :
29- ROS_DISTRO : rolling
30- ROS_REPO : testing
31- ABICHECK_URL : github:${{ github.repository }}#${{ github.base_ref }}
32- NOT_TEST_BUILD : true
24+ uses : ros-controls/ros2_control_ci/.github/workflows/reusable-abi-check.yml@master
25+ with :
26+ ros_distro : rolling
You can’t perform that action at this time.
0 commit comments