Skip to content

Commit

Permalink
Update workflow for Rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Nov 8, 2023
1 parent 873978d commit 5f99e8f
Showing 1 changed file with 5 additions and 5 deletions.
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,4 +26,4 @@ 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"

0 comments on commit 5f99e8f

Please sign in to comment.