From 0a7348711efd1607c8e9bbc0b9649dd31d0bf958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Degioanni?= <30992420+Moxinilian@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:34:37 +0200 Subject: [PATCH] clarify CI doc comment --- .github/workflows/ci-book.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-book.yml b/.github/workflows/ci-book.yml index 102e3d5ea9..7be9f1c811 100644 --- a/.github/workflows/ci-book.yml +++ b/.github/workflows/ci-book.yml @@ -1,5 +1,5 @@ -# This workflow ensures the book can still be built. -# CI checking of Python code in the book happens in the regular CI pytest. +# This workflow ensures the book can still be built after being modified. +# CI checking of Python code inside the book happens separately, in ci-core.yml. name: CI - Book Building