Skip to content

Commit bec0bc8

Browse files
committed
Temporarily allow foxy to fail
1 parent febc605 commit bec0bc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
ros_distribution: rolling
3232
ros_version: 2
3333
runs-on: ubuntu-latest
34+
continue-on-error: ${{ matrix.ros_distribution == 'foxy' }}
3435
container:
3536
image: ${{ matrix.docker_image }}
3637
steps:

0 commit comments

Comments
 (0)