Skip to content

Commit

Permalink
[github] don't cancel all build if one fails [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Jul 3, 2024
1 parent cefd3ee commit c302ccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
contents: read
packages: write
strategy:
fail-fast: false
matrix:
dist: ${{fromJson(needs.pre-docker.outputs.dist)}}
steps:
Expand Down

0 comments on commit c302ccd

Please sign in to comment.