From b337b075ab6ff58e0dd2af84547ed924a1fe3eea Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 24 Nov 2025 19:53:55 +0100 Subject: [PATCH] chore: limit to appropriate runner --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5487bcdf5..30f57f1e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,6 +77,7 @@ jobs: pytest --random-order --cov=freqtrade --cov=freqtrade_client --cov-config=.coveragerc - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1 + if: (runner.os == 'Linux' && matrix.python-version == '3.12' && matrix.os == 'ubuntu-24.04') with: use_oidc: true