Skip to content

Commit a1e0b68

Browse files
committed
Disable container
1 parent 41c7049 commit a1e0b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
name: ROS 2 ${{ matrix.ros }} (${{ matrix.container }})
3131
runs-on: ubuntu-latest
32-
container: ${{ matrix.container }}
32+
# container: ${{ matrix.container }}
3333

3434
steps:
3535
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)