From ac05408331bca956b1d30c02468d13d097322f71 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 24 Apr 2023 16:01:29 +0300 Subject: [PATCH] Don't cancel others if one job fails --- .github/workflows/docker-image.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index ea9642a..4c3bbfe 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -16,10 +16,12 @@ env: IMAGE_NAME: ${{ github.repository }} jobs: - build: + BuildAndRelease: runs-on: ubuntu-latest + continue-on-error: true strategy: + fail-fast: false matrix: php: [php74, php80, php81, php82]