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