From 09c00059176bdee6b8f7541e1cb61a7e6bc39be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Thu, 18 Dec 2025 12:35:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Run=20CodSpeed=20only=20once?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) 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