We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3515bb5 commit 1408c9dCopy full SHA for 1408c9d
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ${{ matrix.platform.os }}
32
needs: [lint, check-msrv, examples]
33
strategy:
34
- fail-fast: false
+ fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'CI-no-fail-fast') }}
35
matrix:
36
python-version: ["3.7", "3.8", "3.9", "3.10"]
37
platform: [
0 commit comments