Skip to content

Commit 57f17bd

Browse files
ci: remove fail fast
1 parent 3e29d9e commit 57f17bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
needs: pre_job
4747
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
4848
strategy:
49-
fail-fast: true
49+
fail-fast: false
5050
matrix:
5151
os:
5252
- "ubuntu-latest"

0 commit comments

Comments
 (0)