Skip to content

Commit

Permalink
ci: fail-fast to false for image workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Apr 5, 2024
1 parent 0be2bf0 commit 52b3ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
build:
if: github.repository_owner == 'hawtio'
strategy:
fail-fast: false
matrix:
java: ['17', '21']
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 52b3ab7

Please sign in to comment.