Skip to content

Commit

Permalink
.github/workflows: Do not fail fast
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Feb 16, 2024
1 parent e4d1215 commit b8caafd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/image-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
alpine:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
release:
- "3.16"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/image-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
debian:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
release:
- buster
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/image-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
ubuntu:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
release:
- xenial
Expand Down

0 comments on commit b8caafd

Please sign in to comment.