Skip to content

Commit

Permalink
Trying to get jobs to stop being cancelled by the system
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed Oct 23, 2023
1 parent c258c62 commit c2a7b5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
run-black-lint:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
run-pytest:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
os: [ubuntu-latest, windows-latest]
Expand Down

0 comments on commit c2a7b5e

Please sign in to comment.