also set fail-fast to it's default (true)

in this way the whole action fails if one job fails
this should unblock the runners!!!
This commit is contained in:
mauwii 2022-11-26 23:04:11 +01:00 committed by Lincoln Stein
parent d5011efaa1
commit e5646dee27
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ on:
jobs:
matrix:
strategy:
fail-fast: false
matrix:
stable-diffusion-model:
- 'stable-diffusion-1.5'

View File

@ -12,7 +12,6 @@ on:
jobs:
matrix:
strategy:
fail-fast: false
matrix:
stable-diffusion-model:
- stable-diffusion-1.5