From 9041190fa7bcfff9a3befd2f737906e207026717 Mon Sep 17 00:00:00 2001 From: Tom Carrio Date: Fri, 21 Jul 2023 08:49:29 -0400 Subject: [PATCH] ci: disable fail-fast behavior (#90) there are scenarios where some providers may fail and it may be entirely on downstream dependencies or configurations unrelated to a PR. this change allows a full PR's CI jobs to execute regardless of a failure in another job. Signed-off-by: Tom Carrio --- .github/workflows/php-ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/php-ci.yaml b/.github/workflows/php-ci.yaml index 33cf9c7..2f555bf 100644 --- a/.github/workflows/php-ci.yaml +++ b/.github/workflows/php-ci.yaml @@ -20,6 +20,7 @@ jobs: - providers/Flagd - providers/Split - providers/CloudBees + fail-fast: false # todo exclude some matrix combinations based on php version requirements # https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#excluding-matrix-configurations