Skip to content

Commit

Permalink
Don't stop all in-progress jobs if any matrix job fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed May 9, 2024
1 parent 65b6d64 commit a93fffc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
name: ${{ github.event.inputs.RUBY_VERSION }}-${{ matrix.ubuntu_version }}-${{ github.event.inputs.ARCH }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ubuntu_version:
- jammy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
dev_suffix: [ '', '-dev' ]
arch: ['amd64', 'arm64']
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [jammy, focal]
debug: ['', '-debug']
Expand Down

0 comments on commit a93fffc

Please sign in to comment.