From 2846d9478ef670de5f2ae6bba7083024463851e2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 9 Nov 2025 08:30:38 +0100 Subject: [PATCH] chore: fix ci condition --- .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 7b6d061b0..dddce1734 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: - name: Run command docs partials extract # This should be kept before the repository check to ensure that the docs are up-to-date - if: ${{ (matrix.python-version != '3.13') }} + if: ${{ (matrix.python-version == '3.13') }} run: | python build_helpers/create_command_partials.py