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