Skip to content

Commit 4ce4b5a

Browse files
sjpbbertiethorpe
authored andcommitted
don't fail all builds if one fails
1 parent 4a6a4fa commit 4ce4b5a

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)