CI: don't fail-fast (#418)

This commit is contained in:
Naïm Favier 2022-01-24 18:47:19 +01:00 committed by GitHub
parent 5a40a2c43a
commit a8275b15a1
Failed to generate hash of commit
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: true
fail-fast: false
matrix:
group:
- "manual"

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: true
fail-fast: false
matrix:
channel:
- unstable