Skip to content

Commit

Permalink
Merge pull request #406 from tcmitchell/fail-fast
Browse files Browse the repository at this point in the history
Prevent failing build jobs from canceling other jobs
  • Loading branch information
tcmitchell authored Sep 13, 2021
2 parents 82b14b6 + 4d91330 commit 5636f5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
# When set to true, GitHub cancels all in-progress jobs if any matrix job fails. Default: true
fail-fast: false
matrix:
# Default builds are on Ubuntu
os: [ubuntu-latest]
Expand Down

0 comments on commit 5636f5f

Please sign in to comment.