We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00f8c1c commit c455c51Copy full SHA for c455c51
.github/workflows/ci.yaml
@@ -481,8 +481,7 @@ jobs:
481
uv run eatmydata pytest tests/ -vvv -n 2 ${PYTEST_OPTS} ${{ matrix.PYTEST_OPTS }}
482
483
update-docs-examples:
484
- name: Update examples in doc schemas (disabled temporarily!)
485
- if: false
+ name: Update examples in doc schemas
486
runs-on: ubuntu-22.04
487
timeout-minutes: 30
488
strategy:
@@ -608,6 +607,7 @@ jobs:
608
607
- check-units
609
- integration-valgrind
610
- integration-sanitizers
+ - update-docs-examples
611
- min-btc-support
612
if: ${{ always() }}
613
steps:
0 commit comments