mirror of https://github.com/blackjack4494/yt-dlc
[ci] Disable fail-fast
This commit is contained in:
parent
0b2e9d2c30
commit
e4bdd3377d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue