Skip to content

Commit 293d009

Browse files
committed
🔧 Disable gh-actions fail-fast
So our matrix gh-actions builds will not be cancelled if some arch fails which is very useful to fix specific arch issues. See also: #2073
1 parent 87ad7d3 commit 293d009

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)