Skip to content

Commit

Permalink
disabling fail-fast on docker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Dec 18, 2023
1 parent 7141599 commit ade94cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:

strategy:
matrix:
fail-fast: false
docker_tag: [focal-deps, jammy-deps, jammy-iron-deps]
include:
- docker_tag: focal-deps
Expand Down Expand Up @@ -70,6 +71,7 @@ jobs:

strategy:
matrix:
fail-fast: false
docker_tag: [bionic, focal, jammy, jammy-iron, android23, android24, android26, android30]
include:
- docker_tag: bionic
Expand Down

0 comments on commit ade94cd

Please sign in to comment.