Skip to content

Commit ecb5290

Browse files
committed
no fail fast
1 parent b162882 commit ecb5290

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ jobs:
131131
if: github.event_name == 'push' || github.event_name == 'pull_request' || (github.event_name == 'release' && startsWith(github.event.release.tag_name, 'hive-router-v'))
132132
runs-on: ${{ matrix.action_runner }}
133133
strategy:
134+
fail-fast: false # TODO: linux arm build fails
134135
matrix:
135136
include:
136137
- name: linux_arm64

0 commit comments

Comments
 (0)