Skip to content

Commit

Permalink
Use reusable wf for ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Nov 1, 2024
1 parent 84c8939 commit f2b7b89
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/abi-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,10 @@ on:

jobs:
abi_check:
runs-on: ubuntu-latest
uses: ./../ros2_control_ci/.github/workflows/reusable-abi-check.yml
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [rolling, jazzy, iron, humble]
steps:
- uses: actions/checkout@v4
- uses: ros-industrial/industrial_ci@master
env:
ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
ROS_REPO: main
ABICHECK_URL: github:${{ github.repository }}#${{ github.base_ref }}
NOT_TEST_BUILD: true
with:
ros_distro: ${{ matrix.ROS_DISTRO }}

0 comments on commit f2b7b89

Please sign in to comment.