From 4ba4259320b201331cbcc44e76be05ef65554db9 Mon Sep 17 00:00:00 2001 From: Heinz-Alexander Fuetterer Date: Tue, 16 Jul 2024 10:08:18 +0200 Subject: [PATCH] s --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4c8f297b1..1bfa0f6d11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,6 +125,8 @@ jobs: - run: echo "Matrix - Python ${{ matrix.python-version }}, DB ${{ matrix.db-backend }} - ${{ matrix }}" - run: echo "true" if: matrix.end-to-end + - run: echo "false" + if: ! matrix.end-to-end - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5