From 5778083cbd6217df0587711d784435eb31d178e0 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 2 May 2025 13:45:33 +0930 Subject: [PATCH] CI: disable the doc check for now. It's not completely stable, which is OK, and we will solve this next release. Signed-off-by: Rusty Russell --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7a2f455ec..edfeae19f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -480,7 +480,8 @@ jobs: poetry run pytest tests/ -vvv -n 2 ${PYTEST_OPTS} ${{ matrix.PYTEST_OPTS }} update-docs-examples: - name: Update examples in doc schemas + name: Update examples in doc schemas (disabled temporarily!) + if: false runs-on: ubuntu-22.04 timeout-minutes: 30 strategy: