We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3007a9c commit d286d2fCopy full SHA for d286d2f
.github/workflows/humble-ros.yml
@@ -2,24 +2,26 @@ name: CI-humble
2
on:
3
push:
4
branches:
5
+ - 'develop'
6
- 'humble'
7
pull_request:
8
9
10
11
workflow_dispatch:
12
13
- '*'
14
jobs:
15
industrial_ci:
- strategy:
- matrix:
16
- env:
17
- - {ROS_DISTRO: humble, ROS_REPO: testing}
18
- - {ROS_DISTRO: humble, ROS_REPO: main}
+ name: ROS 2 humble
19
runs-on: ubuntu-22.04
+ strategy:
+ fail-fast: false
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
22
with:
23
submodules: recursive
24
- uses: 'ros-industrial/industrial_ci@master'
25
- env: ${{matrix.env}}
+ env:
26
+ ROS_DISTRO: humble
27
+ ROS_REPO: main
0 commit comments