Skip to content

Commit

Permalink
Use single branch for all ros2 distros
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Nov 18, 2024
1 parent f89da43 commit 8867c63
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,30 @@
name: CI-Humble
name: CI

on:
workflow_dispatch:
push:
branches:
- humble
- ros2
pull_request:
branches:
- humble

env:
ROS_DISTRO: humble
- ros2

jobs:
industrial_ci:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
ROS_DISTRO: [humble, jazzy, rolling]
ROS_REPO: [testing, main]
env:
ROS_DISTRO: ${{ matrix.ROS_DISTRO }}
ROS_REPO: ${{ matrix.ROS_REPO }}
steps:
- name: Checkout repo
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Source tests
uses: "ros-industrial/industrial_ci@master"
env:
UPSTREAM_WORKSPACE: "github:LeoRover/leo_common-ros2#humble"
UPSTREAM_WORKSPACE: "github:LeoRover/leo_common-ros2#${{ matrix.ROS_REPO }}"
PYLINT_CHECK: true
PYLINT_ARGS: "--rcfile=src/leo_robot-ros2/.pylintrc"

0 comments on commit 8867c63

Please sign in to comment.