Skip to content

Commit

Permalink
Prevent other jobs from cancellation when one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed Jun 2, 2021
1 parent ca84e7c commit b6b243d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dist-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
dist-type: [sdist, wheel]
fail-fast: false

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b6b243d

Please sign in to comment.