We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5453086 commit 2ba1ffdCopy full SHA for 2ba1ffd
.github/workflows/dist.yml
@@ -88,6 +88,7 @@ jobs:
88
needs: [setup_concurrency, build]
89
strategy:
90
max-parallel: ${{ fromJSON(needs.setup_concurrency.outputs.max-parallel).v }}
91
+ fail-fast: false
92
matrix:
93
os: ["ubuntu-22.04", "macos-13", "windows-2022"]
94
python_version:
0 commit comments