Skip to content

Commit

Permalink
Change publish_charm.yaml fail-fast to false
Browse files Browse the repository at this point in the history
  • Loading branch information
weiiwang01 committed Jan 21, 2025
1 parent f9a26aa commit 8903c1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
publish-charm:
needs: [ find-charms ]
strategy:
fail-fast: false
matrix:
charm-dir: ${{ fromJSON(needs.find-charms.outputs.charm-dirs) }}
name: Publish Charm (${{ matrix.charm-dir }})
Expand Down

0 comments on commit 8903c1e

Please sign in to comment.