File tree Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Expand file tree Collapse file tree 2 files changed +6
-18
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,6 @@ concurrency:
1212
1313jobs :
1414 abi_check :
15- runs-on : ubuntu-latest
16- steps :
17- - uses : actions/checkout@v4
18- - uses : ros-industrial/industrial_ci@master
19- env :
20- ROS_DISTRO : humble
21- ROS_REPO : main
22- ABICHECK_URL : github:${{ github.repository }}#${{ github.base_ref }}
23- NOT_TEST_BUILD : true
15+ uses : ros-controls/ros2_control_ci/.github/workflows/reusable-abi-check.yml@master
16+ with :
17+ ros_distro : humble
Original file line number Diff line number Diff line change @@ -12,12 +12,6 @@ concurrency:
1212
1313jobs :
1414 abi_check :
15- runs-on : ubuntu-latest
16- steps :
17- - uses : actions/checkout@v4
18- - uses : ros-industrial/industrial_ci@master
19- env :
20- ROS_DISTRO : rolling
21- ROS_REPO : main
22- ABICHECK_URL : github:${{ github.repository }}#${{ github.base_ref }}
23- NOT_TEST_BUILD : true
15+ uses : ros-controls/ros2_control_ci/.github/workflows/reusable-abi-check.yml@master
16+ with :
17+ ros_distro : rolling
You can’t perform that action at this time.
0 commit comments