File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 11name : Humble - ABI Compatibility Check
22on :
33 workflow_dispatch :
4- branches :
5- - humble
64 pull_request :
75 branches :
86 - humble
1513 - uses : ros-industrial/industrial_ci@master
1614 env :
1715 ROS_DISTRO : humble
18- ROS_REPO : main
16+ ROS_REPO : testing
1917 ABICHECK_URL : github:${{ github.repository }}#${{ github.base_ref }}
2018 NOT_TEST_BUILD : true
Original file line number Diff line number Diff line change 11name : Iron - ABI Compatibility Check
22on :
33 workflow_dispatch :
4- branches :
5- - iron
64 pull_request :
75 branches :
86 - iron
1513 - uses : ros-industrial/industrial_ci@master
1614 env :
1715 ROS_DISTRO : iron
18- ROS_REPO : main
16+ ROS_REPO : testing
1917 ABICHECK_URL : github:${{ github.repository }}#${{ github.base_ref }}
2018 NOT_TEST_BUILD : true
Original file line number Diff line number Diff line change 11name : Rolling - ABI Compatibility Check
22on :
33 workflow_dispatch :
4- branches :
5- - master
64 pull_request :
75 branches :
86 - master
1513 - uses : ros-industrial/industrial_ci@master
1614 env :
1715 ROS_DISTRO : rolling
18- ROS_REPO : main
16+ ROS_REPO : testing
1917 ABICHECK_URL : github:${{ github.repository }}#${{ github.base_ref }}
2018 NOT_TEST_BUILD : true
You can’t perform that action at this time.
0 commit comments