Skip to content

Commit

Permalink
Update CI for Rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Nov 17, 2023
1 parent fbdacdd commit 16af7d5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml → .github/workflows/ci-rolling.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: CI-Humble
name: CI-Rolling

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

env:
ROS_DISTRO: humble
ROS_DISTRO: rolling

jobs:
industrial_ci:
Expand All @@ -26,6 +26,6 @@ jobs:
- 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#rolling"
PYLINT_CHECK: true
PYLINT_ARGS: "--rcfile=src/leo_robot-ros2/.pylintrc"

0 comments on commit 16af7d5

Please sign in to comment.