Skip to content

Commit

Permalink
CI: fixed fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Dec 18, 2023
1 parent ade94cd commit f4a60f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
fail-fast: false
docker_tag: [focal-deps, jammy-deps, jammy-iron-deps]
include:
- docker_tag: focal-deps
Expand Down Expand Up @@ -70,8 +70,8 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
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 f4a60f0

Please sign in to comment.