From 3f253a12d4df217898ccd90a5b04c37e559aaa67 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 16 Jun 2021 13:17:29 +0200 Subject: [PATCH] prevent canceling if one of jobs in matrix fails --- .github/workflows/sanitizers.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sanitizers.yml b/.github/workflows/sanitizers.yml index 019c4dc86..2bf2b389a 100644 --- a/.github/workflows/sanitizers.yml +++ b/.github/workflows/sanitizers.yml @@ -5,6 +5,7 @@ on: [push, pull_request] jobs: sanitizers: strategy: + fail-fast: false matrix: include: - sanitizer: address