chore: fix ci condition

This commit is contained in:
Matthias
2025-11-09 08:30:38 +01:00
parent 5d494eac51
commit 2846d9478e

View File

@@ -91,7 +91,7 @@ jobs:
- name: Run command docs partials extract - name: Run command docs partials extract
# This should be kept before the repository check to ensure that the docs are up-to-date # 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: | run: |
python build_helpers/create_command_partials.py python build_helpers/create_command_partials.py