Skip to content

Commit 5778083

Browse files
rustyrussellShahanaFarooqui
authored andcommitted
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 <[email protected]>
1 parent ad36588 commit 5778083

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,8 @@ jobs:
480480
poetry run pytest tests/ -vvv -n 2 ${PYTEST_OPTS} ${{ matrix.PYTEST_OPTS }}
481481
482482
update-docs-examples:
483-
name: Update examples in doc schemas
483+
name: Update examples in doc schemas (disabled temporarily!)
484+
if: false
484485
runs-on: ubuntu-22.04
485486
timeout-minutes: 30
486487
strategy:

0 commit comments

Comments
 (0)