From 8560fbcddf77968d717771ac4f5cd72bf8e17917 Mon Sep 17 00:00:00 2001 From: Jerry Leung Date: Fri, 17 Jul 2026 13:20:27 -0700 Subject: [PATCH] Added fail-fast=false to troubleshoot --- .github/workflows/release-layer-staging-collector.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-layer-staging-collector.yml b/.github/workflows/release-layer-staging-collector.yml index 036d687159..c57678b5f6 100644 --- a/.github/workflows/release-layer-staging-collector.yml +++ b/.github/workflows/release-layer-staging-collector.yml @@ -15,7 +15,6 @@ jobs: contents: write runs-on: ubuntu-latest strategy: - fail-fast: false matrix: architecture: - x86_64 @@ -70,6 +69,7 @@ jobs: uses: ./.github/workflows/layer-publish.yml needs: build-layer strategy: + fail-fast: false matrix: architecture: - x86_64