We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2674e commit 01ee99aCopy full SHA for 01ee99a
2 files changed
.github/workflows/ros1.yaml
.github/workflows/ros2.yaml
@@ -1,19 +1,18 @@
1
-name: ros2
+name: humble
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - humble
7
+ pull_request:
8
+ types: [opened, synchronize, closed]
9
-on: [push, pull_request]
10
11
jobs:
- industrial_ci:
- strategy:
- matrix:
- env:
- - {ROS_DISTRO: humble, ROS_REPO: main}
- - {ROS_DISTRO: iron, ROS_REPO: main}
12
- - {ROS_DISTRO: rolling, ROS_REPO: main}
13
- runs-on: ubuntu-latest
+ build:
+ runs-on: ubuntu-22.04
14
steps:
15
- - uses: actions/checkout@v1
16
- - uses: 'ros-industrial/industrial_ci@master'
17
- env: ${{matrix.env}}
+ - uses: ros-tooling/action-ros-ci@v0.4
18
with:
19
- package-name: plotjuggler_ros
+ package-name: plotjuggler
+ target-ros2-distro: humble
0 commit comments