Skip to content

Commit

Permalink
Update workflow for Iron
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Nov 8, 2023
1 parent 00a2808 commit 35d9518
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-Iron

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

env:
ROS_DISTRO: humble
ROS_DISTRO: iron

jobs:
industrial_ci:
Expand All @@ -26,4 +26,4 @@ jobs:
- name: Source tests
uses: "ros-industrial/industrial_ci@master"
env:
DOWNSTREAM_WORKSPACE: "github:LeoRover/leo_desktop-ros2#humble github:LeoRover/leo_robot-ros2#humble"
DOWNSTREAM_WORKSPACE: "github:LeoRover/leo_desktop-ros2#iron"

0 comments on commit 35d9518

Please sign in to comment.