Skip to content

Commit

Permalink
Don't fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed May 12, 2024
1 parent b870ef0 commit cd64d69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-jazzy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
industrial_ci:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
ROS_REPO: [testing, main]
env:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
industrial_ci:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
ROS_REPO: [testing, main]
env:
Expand Down

0 comments on commit cd64d69

Please sign in to comment.