From 26ea4fdcc94a76e0a6b33a9154f6de0c8bf95800 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 27 Mar 2025 19:22:35 +0100 Subject: [PATCH] chore(ci): simplified syntax --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fdd76a79..e90218b2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,7 +139,7 @@ jobs: ruff format --check - name: Mypy - if: ${{ matrix.os }} == 'ubuntu-24.04' + if: matrix.os == 'ubuntu-24.04' run: | mypy freqtrade scripts tests @@ -265,7 +265,7 @@ jobs: ruff format --check - name: Mypy - if: ${{ matrix.os }} == 'macos-15' + if: matrix.os == 'macos-15' run: | mypy freqtrade scripts