We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent febc605 commit bec0bc8Copy full SHA for bec0bc8
.github/workflows/rust.yml
@@ -31,6 +31,7 @@ jobs:
31
ros_distribution: rolling
32
ros_version: 2
33
runs-on: ubuntu-latest
34
+ continue-on-error: ${{ matrix.ros_distribution == 'foxy' }}
35
container:
36
image: ${{ matrix.docker_image }}
37
steps:
0 commit comments