Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
ci: disable fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
Zijian Zhang committed Mar 29, 2024
1 parent 6e18f91 commit d3666cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

build-host:
strategy:
fail-fast: false
matrix:
runtime:
- linux-arm
Expand Down Expand Up @@ -126,6 +127,7 @@ jobs:

test-host:
strategy:
fail-fast: false
matrix:
runs-on:
- ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
build-host:
needs: create-release-notes
strategy:
fail-fast: false
matrix:
runtime:
- linux-arm
Expand Down

0 comments on commit d3666cb

Please sign in to comment.