From: pukkandan Date: Thu, 22 Apr 2021 11:24:41 +0000 (+0530) Subject: [ci] Disable fail-fast X-Git-Tag: 2021.04.22~2 X-Git-Url: https://jfr.im/git/yt-dlp.git/commitdiff_plain/e4bdd3377daf5ab914481b54f7c3b62a0c09b699 [ci] Disable fail-fast --- diff --git a/.github/workflows/core.yml b/.github/workflows/core.yml index a916dffd3..d7c35d763 100644 --- a/.github/workflows/core.yml +++ b/.github/workflows/core.yml @@ -6,7 +6,7 @@ jobs: if: "!contains(github.event.head_commit.message, 'ci skip')" runs-on: ${{ matrix.os }} strategy: - fail-fast: true + fail-fast: false matrix: os: [ubuntu-18.04] # TODO: python 2.6