Skip to content

Commit

Permalink
ENH: Ensure independent GitHub CI build workflows complete
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Apr 2, 2024
1 parent 282a4fc commit 1e05ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
runs-on: ${{ matrix.runs-on }}
strategy:
fail-fast: true
fail-fast: false
matrix:
runs-on: ["ubuntu-latest", "ubuntu-20.04"]
steps:
Expand Down

0 comments on commit 1e05ac8

Please sign in to comment.