Skip to content

Commit b337b07

Browse files
committed
chore: limit to appropriate runner
1 parent 3152e97 commit b337b07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
pytest --random-order --cov=freqtrade --cov=freqtrade_client --cov-config=.coveragerc
7878
7979
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
80+
if: (runner.os == 'Linux' && matrix.python-version == '3.12' && matrix.os == 'ubuntu-24.04')
8081
with:
8182
use_oidc: true
8283

0 commit comments

Comments
 (0)