From 122a0f8822711c7b3032b3bd7c6d02e603953d93 Mon Sep 17 00:00:00 2001 From: Julien Date: Tue, 30 Apr 2024 13:46:15 -0700 Subject: [PATCH] chore: do not build all binaries atomically (#6719) --- .github/workflows/binaries.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index da9063438859..83bd63caf54b 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -16,6 +16,7 @@ jobs: binaries: name: Build lodestar binaries strategy: + fail-fast: false matrix: include: - os: ubuntu-latest