Skip to content

Commit 3e44f41

Browse files
committed
ci: do not stop on failure
Signed-off-by: Theo Bob Massard <tbobm@protonmail.com>
1 parent 1b8ac70 commit 3e44f41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
- release
7474
strategy:
7575
matrix: ${{fromJson(needs.matrix.outputs.matrix)}}
76+
fail-fast: false
7677
steps:
7778
- name: "Checkout the code"
7879
uses: "actions/checkout@v4"

0 commit comments

Comments
 (0)