Skip to content

Commit d2068e3

Browse files
committed
don't fail all builds if one fails
1 parent 9b738d1 commit d2068e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/fatimage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
name: openstack-imagebuild
1111
runs-on: ubuntu-22.04
1212
strategy:
13+
fail-fast: false # allow other matrix jobs to continue even if one fails
1314
matrix: # build RL8, RL9+OFED, RL9+CUDA versions
1415
os_version:
1516
- RL8

0 commit comments

Comments
 (0)