Skip to content

Commit

Permalink
Dont fail if matrix a job fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau committed Jun 30, 2024
1 parent 4862bf2 commit 30cc546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 30cc546

Please sign in to comment.