Skip to content

Commit

Permalink
Add iron workflow for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
victorpaleologue committed Nov 7, 2023
1 parent 050ac73 commit 8991798
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/iron_jammy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: ros2-iron-jammy

on:
push

jobs:
ros2_humble_jammy_ci:
name: iron (jammy)
uses: ./.github/workflows/ros2.yml
with:
ROS_DISTRO: iron
ROS_REPO: testing
OS_NAME: ubuntu
OS_CODE_NAME: jammy
ALLOW_FAIL: false

0 comments on commit 8991798

Please sign in to comment.