Skip to content

Commit 772fa81

Browse files
committed
Prevent failed build in matrix from affecting the entire workflow.
Signed-off-by: ubi de feo <[email protected]>
1 parent 6133641 commit 772fa81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ jobs:
111111
runs-on: ubuntu-latest
112112

113113
strategy:
114+
fail-fast: false
114115
matrix:
115116
artifact:
116117
- path: "*-mac_universal.zip"

0 commit comments

Comments
 (0)