github actions disable fail-fast.

This commit is contained in:
Miroslav Šedivý 2022-06-01 23:04:28 +02:00
parent 676f36c973
commit b4e3bd6d1f
2 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,8 @@ jobs:
if: github.repository_owner == 'm1k1o' if: github.repository_owner == 'm1k1o'
needs: [ build-base ] needs: [ build-base ]
strategy: strategy:
# Will build all images even if some fail.
fail-fast: false
matrix: matrix:
tags: [ firefox, chromium, google-chrome, ungoogled-chromium, microsoft-edge, brave, tor-browser, remmina, vlc, xfce ] tags: [ firefox, chromium, google-chrome, ungoogled-chromium, microsoft-edge, brave, tor-browser, remmina, vlc, xfce ]
env: env:

View File

@ -63,6 +63,7 @@ jobs:
if: github.repository_owner == 'm1k1o' if: github.repository_owner == 'm1k1o'
needs: [ build-base ] needs: [ build-base ]
strategy: strategy:
# Will build all images even if some fail.
matrix: matrix:
include: include:
- tag: firefox - tag: firefox