Skip to content

Commit 2854a0b

Browse files
Use testing and remove wrong field of workflow_dispatch (#860)
1 parent 0d3fc52 commit 2854a0b

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Humble - ABI Compatibility Check
22
on:
33
workflow_dispatch:
4-
branches:
5-
- humble
64
pull_request:
75
branches:
86
- humble
@@ -15,6 +13,6 @@ jobs:
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

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Iron - ABI Compatibility Check
22
on:
33
workflow_dispatch:
4-
branches:
5-
- iron
64
pull_request:
75
branches:
86
- iron
@@ -15,6 +13,6 @@ jobs:
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

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Rolling - ABI Compatibility Check
22
on:
33
workflow_dispatch:
4-
branches:
5-
- master
64
pull_request:
75
branches:
86
- master
@@ -15,6 +13,6 @@ jobs:
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

0 commit comments

Comments
 (0)