diff --git a/.github/workflows/ci-conda.yml b/.github/workflows/ci-conda.yml index 7e6282b92cc..3b928fef58d 100644 --- a/.github/workflows/ci-conda.yml +++ b/.github/workflows/ci-conda.yml @@ -21,8 +21,6 @@ jobs: runs-on: ${{ matrix.os }} strategy: - fail-fast: ${{ github.event_name == 'pull_request' }} - max-parallel: ${{ github.event_name == 'pull_request' && 2 || 6 }} matrix: os: [ubuntu-latest, macos-latest] python: ['3.9', '3.10', '3.11']