Skip to content

Commit 8e6bca0

Browse files
committed
(actions) setup abi check for future 1.5 releases
1 parent 6fd635a commit 8e6bca0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yml

+6
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ jobs:
8686
ABICHECK_URL: github:orocos/orocos_kinematics_dynamics#release-1.4
8787
ABICHECK_MERGE: false
8888
branch: release-1.4
89+
- env:
90+
ROS_DISTRO: noetic
91+
ROS_REPO: ros
92+
ABICHECK_URL: github:orocos/orocos_kinematics_dynamics#release-1.5
93+
ABICHECK_MERGE: false
94+
branch: release-1.5
8995
env: ${{ matrix.env }}
9096
steps:
9197
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)