Skip to content

Commit

Permalink
reenable rolling on CI
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <mikael.arguedas@gmail.com>
  • Loading branch information
mikaelarguedas committed May 24, 2024
1 parent 44bf294 commit 331cae7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ros_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths:
- '.ci/**'
- '.github/workflows/ros_ci.yaml'
# - 'ros/rolling/**'
- 'ros/rolling/**'
- 'ros/jazzy/**'
- 'ros/iron/**'
- 'ros/humble/**'
Expand All @@ -15,7 +15,7 @@ on:
paths:
- '.ci/**'
- '.github/workflows/ros_ci.yaml'
# - 'ros/rolling/**'
- 'ros/rolling/**'
- 'ros/jazzy/**'
- 'ros/iron/**'
- 'ros/humble/**'
Expand All @@ -29,7 +29,7 @@ jobs:
fail-fast: false
matrix:
env:
# - {HUB_REPO: ros, HUB_RELEASE: rolling, HUB_OS_NAME: ubuntu, HUB_OS_CODE_NAME: jammy}
- {HUB_REPO: ros, HUB_RELEASE: rolling, HUB_OS_NAME: ubuntu, HUB_OS_CODE_NAME: noble}
- {HUB_REPO: ros, HUB_RELEASE: jazzy, HUB_OS_NAME: ubuntu, HUB_OS_CODE_NAME: noble}
- {HUB_REPO: ros, HUB_RELEASE: iron, HUB_OS_NAME: ubuntu, HUB_OS_CODE_NAME: jammy}
- {HUB_REPO: ros, HUB_RELEASE: humble, HUB_OS_NAME: ubuntu, HUB_OS_CODE_NAME: jammy}
Expand Down

0 comments on commit 331cae7

Please sign in to comment.