Skip to content

Commit 01ee99a

Browse files
committed
change CI
1 parent aa2674e commit 01ee99a

2 files changed

Lines changed: 13 additions & 31 deletions

File tree

.github/workflows/ros1.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/workflows/ros2.yaml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
name: ros2
1+
name: humble
2+
3+
on:
4+
push:
5+
branches:
6+
- humble
7+
pull_request:
8+
types: [opened, synchronize, closed]
29

3-
on: [push, pull_request]
410

511
jobs:
6-
industrial_ci:
7-
strategy:
8-
matrix:
9-
env:
10-
- {ROS_DISTRO: humble, ROS_REPO: main}
11-
- {ROS_DISTRO: iron, ROS_REPO: main}
12-
- {ROS_DISTRO: rolling, ROS_REPO: main}
13-
runs-on: ubuntu-latest
12+
build:
13+
runs-on: ubuntu-22.04
1414
steps:
15-
- uses: actions/checkout@v1
16-
- uses: 'ros-industrial/industrial_ci@master'
17-
env: ${{matrix.env}}
15+
- uses: ros-tooling/action-ros-ci@v0.4
1816
with:
19-
package-name: plotjuggler_ros
17+
package-name: plotjuggler
18+
target-ros2-distro: humble

0 commit comments

Comments
 (0)