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'
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:

View File

@ -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