Skip to content

Commit

Permalink
iron/rolling have test issue, so only check Humble for now
Browse files Browse the repository at this point in the history
  • Loading branch information
David Conner committed Jun 29, 2023
1 parent c9702df commit 9df70b7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/flexbe_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ jobs:
test:
strategy:
matrix:
ros: [humble, iron, rolling]
ros: [humble] # , iron, rolling]
include:
- os: ubuntu-22.04
ros: humble
python: python3
ci_branch: ros2-pre-release
- os: ubuntu-22.04
ros: iron
ci_branch: ros2-pre-release
python: python3
- os: ubuntu-22.04
ros: rolling
python: python3
ci_branch: ros2-pre-release
# - os: ubuntu-22.04
# ros: iron
# ci_branch: ros2-pre-release
# python: python3
# - os: ubuntu-22.04
# ros: rolling
# python: python3
# ci_branch: ros2-pre-release

runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 9df70b7

Please sign in to comment.