From b4e3bd6d1f7d7a964f2852466568cdf9ff999b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Wed, 1 Jun 2022 23:04:28 +0200 Subject: [PATCH] github actions disable fail-fast. --- .github/workflows/build.yml | 2 ++ .github/workflows/tags.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0940a637..a93225d3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,6 +47,8 @@ jobs: if: github.repository_owner == 'm1k1o' needs: [ build-base ] strategy: + # Will build all images even if some fail. + fail-fast: false matrix: tags: [ firefox, chromium, google-chrome, ungoogled-chromium, microsoft-edge, brave, tor-browser, remmina, vlc, xfce ] env: diff --git a/.github/workflows/tags.yml b/.github/workflows/tags.yml index 6223f307..16dfd70f 100644 --- a/.github/workflows/tags.yml +++ b/.github/workflows/tags.yml @@ -63,6 +63,7 @@ jobs: if: github.repository_owner == 'm1k1o' needs: [ build-base ] strategy: + # Will build all images even if some fail. matrix: include: - tag: firefox