mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
github actions disable fail-fast.
This commit is contained in:
parent
676f36c973
commit
b4e3bd6d1f
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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:
|
||||||
|
1
.github/workflows/tags.yml
vendored
1
.github/workflows/tags.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user