mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-11 00:32:27 +03:00
Merge pull request #4467 from hugovk/gha-test-docker-fail-fast-false
GHA Docker: Don't cancel all jobs if any another fails
This commit is contained in:
commit
bf1a482a45
1
.github/workflows/test-docker.yml
vendored
1
.github/workflows/test-docker.yml
vendored
|
@ -7,6 +7,7 @@ jobs:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
docker: [
|
docker: [
|
||||||
alpine,
|
alpine,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user