Skip to content

Commit

Permalink
Mark failing rolling pipelines as successful
Browse files Browse the repository at this point in the history
Failing ROS2 `Rolling` pipelines should not block PR's from being
merged.
  • Loading branch information
stefanscherzinger committed Aug 26, 2024
1 parent 2355856 commit 07d0007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/industrial_ci_rolling_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ jobs:
- uses: actions/checkout@v4
- uses: 'ros-industrial/industrial_ci@master'
env: ${{matrix.env}}
continue-on-error: true

0 comments on commit 07d0007

Please sign in to comment.