From 18e9009427e5cd6931ab2651559aa57dfbb98933 Mon Sep 17 00:00:00 2001 From: Gabriel Nagy Date: Wed, 4 Aug 2021 16:24:04 +0300 Subject: [PATCH] Add fail-fast to Install Puppet workflow --- .github/workflows/install_puppet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/install_puppet.yaml b/.github/workflows/install_puppet.yaml index c4e9010..d5690c2 100644 --- a/.github/workflows/install_puppet.yaml +++ b/.github/workflows/install_puppet.yaml @@ -11,6 +11,7 @@ jobs: name: ${{ matrix.collection }} / ${{ matrix.os.name }} runs-on: ubuntu-latest strategy: + fail-fast: false matrix: collection: [ puppet6, puppet7 ] os: [