diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 068aff8f..bdff8543 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,7 +41,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev'] - fail-fast: true + fail-fast: ${{ !contains(github.event.pull_request.labels.*.name, 'ci/run-all-tests') }} steps: - uses: actions/checkout@v4.2.1 - name: Setup Environment