From f3cbe53fbc5dffe01798f239393ea62f5f955cda Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Wed, 29 Jun 2022 19:12:35 -0700 Subject: [PATCH] ci: do not fail fast on docker job failures --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index eded13ce..955a437f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -84,6 +84,7 @@ jobs: if: ${{ !contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[skip docker]') }} runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: - ubuntu-20.04