Skip to content

Commit 6d2933f

Browse files
author
Felix Exner
committed
fix workflow file
1 parent bd39263 commit 6d2933f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/humble-binary-build-rhel.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ jobs:
1212
name: humble binary build
1313
runs-on: ubuntu-latest
1414
container: ghcr.io/ros-controls/ros:rolling-rhel
15-
strategy:
16-
fail-fast: false
17-
env:
18-
ROS_DISTRO: humble
15+
env:
16+
ROS_DISTRO: humble
1917
steps:
2018
- uses: actions/checkout@v1
2119
with:

0 commit comments

Comments
 (0)