Skip to content

Commit

Permalink
workflows: ubuntu-images: Do not fail the workflow early
Browse files Browse the repository at this point in the history
...if one of the releases fails, let other releases build and publish.

Signed-off-by: Tom Reinders <[email protected]>
  • Loading branch information
tom-reinders authored and Jmennius committed Oct 20, 2024
1 parent 985940f commit e23ed3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
strategy:
matrix:
release: ['16.04', '18.04', '20.04', '22.04', '23.10', '24.04']
fail-fast: false

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit e23ed3a

Please sign in to comment.