From 5d786fe12338aec05dfe39fbe6b301b387dbac69 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Tue, 16 Jul 2024 10:16:54 +0200 Subject: [PATCH] s --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bfa0f6d11..5dfef6739c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,7 +126,7 @@ jobs: - run: echo "true" if: matrix.end-to-end - run: echo "false" - if: ! matrix.end-to-end + if: matrix.end-to-end == false - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5