Skip to content

Commit 9fca4b0

Browse files
committed
[testapp] Disable gh-actions fail-fast
So our matrix gh-actions builds will not be cancelled if some arch fails
1 parent b42643f commit 9fca4b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
needs: [flake8]
4747
runs-on: ubuntu-latest
4848
strategy:
49+
fail-fast: false
4950
matrix:
5051
build-arch: ['arm64-v8a', 'armeabi-v7a', 'x86_64', 'x86']
5152
steps:

0 commit comments

Comments
 (0)