diff --git a/.github/workflows/build_pull_request.yml b/.github/workflows/build_pull_request.yml index 7caeb82bc..f5f41649c 100644 --- a/.github/workflows/build_pull_request.yml +++ b/.github/workflows/build_pull_request.yml @@ -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: diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index c79a39044..52226bc0f 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -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: