From deb926123230060cdf1becfce3e0698497f6f54b Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 20 Jul 2023 18:56:47 +0300 Subject: [PATCH] ci: allow running other jobs in the matrix if one of them fails (#8624) --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eabf166559..161424246e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -240,6 +240,7 @@ jobs: if: needs.changes.outputs.go == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main' timeout-minutes: 20 strategy: + fail-fast: false matrix: os: - ubuntu-latest