Skip to content

Commit 9fc3b5e

Browse files
committed
CI: re-enable docs examples checks.
Signed-off-by: Rusty Russell <[email protected]>
1 parent 9967e7d commit 9fc3b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,7 @@ jobs:
481481
uv run eatmydata pytest tests/ -vvv -n 2 ${PYTEST_OPTS} ${{ matrix.PYTEST_OPTS }}
482482
483483
update-docs-examples:
484-
name: Update examples in doc schemas (disabled temporarily!)
485-
if: false
484+
name: Update examples in doc schemas
486485
runs-on: ubuntu-22.04
487486
timeout-minutes: 30
488487
strategy:
@@ -608,6 +607,7 @@ jobs:
608607
- check-units
609608
- integration-valgrind
610609
- integration-sanitizers
610+
- update-docs-examples
611611
- min-btc-support
612612
if: ${{ always() }}
613613
steps:

0 commit comments

Comments
 (0)