mirror of https://github.com/yt-dlp/yt-dlp.git
[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')"
|
if: "!contains(github.event.head_commit.message, 'ci skip')"
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-18.04]
|
os: [ubuntu-18.04]
|
||||||
# TODO: python 2.6
|
# TODO: python 2.6
|
||||||
|
|
Loading…
Reference in New Issue