Skip to content

Commit d286d2f

Browse files
committed
added new humble ci
1 parent 3007a9c commit d286d2f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/humble-ros.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,26 @@ name: CI-humble
22
on:
33
push:
44
branches:
5+
- 'develop'
56
- 'humble'
67
pull_request:
78
branches:
9+
- 'develop'
810
- 'humble'
911
workflow_dispatch:
1012
branches:
1113
- '*'
1214
jobs:
1315
industrial_ci:
14-
strategy:
15-
matrix:
16-
env:
17-
- {ROS_DISTRO: humble, ROS_REPO: testing}
18-
- {ROS_DISTRO: humble, ROS_REPO: main}
16+
name: ROS 2 humble
1917
runs-on: ubuntu-22.04
18+
strategy:
19+
fail-fast: false
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
with:
2323
submodules: recursive
2424
- uses: 'ros-industrial/industrial_ci@master'
25-
env: ${{matrix.env}}
25+
env:
26+
ROS_DISTRO: humble
27+
ROS_REPO: main

0 commit comments

Comments
 (0)