Skip to content

Commit d326f24

Browse files
sobolevnmiss-islington
authored andcommitted
Use fail-fast: false in mypy.yml (pythonGH-119297)
See docs about this setting: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actionsGH-jobsjob_idstrategyfail-fast (cherry picked from commit b365332) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
1 parent db64dae commit d326f24

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/mypy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ concurrency:
3434
jobs:
3535
mypy:
3636
strategy:
37+
fail-fast: false
3738
matrix:
3839
target: [
3940
"Lib/_pyrepl",

0 commit comments

Comments
 (0)