Skip to content

Commit 0020823

Browse files
authored
Use ABI workflow from ros2_control_ci (backport #264) (#271)
1 parent 82109fb commit 0020823

File tree

2 files changed

+6
-18
lines changed

2 files changed

+6
-18
lines changed

.github/workflows/humble-abi-compatibility.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ concurrency:
1212

1313
jobs:
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

.github/workflows/rolling-abi-compatibility.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ concurrency:
1212

1313
jobs:
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

0 commit comments

Comments
 (0)