diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 385eff569..1213b4b27 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -120,6 +120,7 @@ jobs: path: coverage include-hidden-files: true - name: CodSpeed benchmarks + if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.14' && matrix.pydantic-version == 'pydantic>=2.0.2,<3.0.0' uses: CodSpeedHQ/action@v4 with: mode: simulation