From 3c23a228abcc43273ce8be56fc67a9bf1d1693cc Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Fri, 2 Aug 2024 05:53:52 -0600 Subject: [PATCH] [chore] set fail-fast to false for contrib tests (#10791) Continuation of https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/32333. This should help us identify more components that break with Core changes. --- .github/workflows/contrib-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/contrib-tests.yml b/.github/workflows/contrib-tests.yml index 42f5f3d00c2..7319c8a6f91 100644 --- a/.github/workflows/contrib-tests.yml +++ b/.github/workflows/contrib-tests.yml @@ -20,6 +20,7 @@ jobs: runs-on: ubuntu-latest if: ${{ !contains(github.event.pull_request.labels.*.name, 'Skip Contrib Tests') }} strategy: + fail-fast: false matrix: group: - receiver-0