[skip ci] Disable matrix fail-fast
This commit is contained in:
parent
9920f91ad4
commit
63e0b93881
|
@ -21,6 +21,7 @@ jobs:
|
|||
needs: check_wrapper
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
lang: [all, en, ar, ca, de, es, fr, id, it, ja, ko, pt, ru, th, tr, vi, zh, bg, hi, pl]
|
||||
steps:
|
||||
|
@ -59,6 +60,7 @@ jobs:
|
|||
needs: check_wrapper
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
lang: [all, en, ar, ca, de, es, fr, id, it, ja, ko, pt, ru, th, tr, vi, zh, bg, hi, pl]
|
||||
steps:
|
||||
|
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
needs: check_wrapper
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
lang: [all, en, ar, ca, de, es, fr, id, it, ja, ko, pt, ru, th, tr, vi, zh, bg, hi, pl]
|
||||
steps:
|
||||
|
@ -82,6 +83,7 @@ jobs:
|
|||
needs: check_wrapper
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
lang: [all, en, ar, ca, de, es, fr, id, it, ja, ko, pt, ru, th, tr, vi, zh, bg, hi, pl]
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue