From 1eab8ee0a958de2923a85c62a5b232aaeca3a831 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 26 Apr 2026 07:05:04 +0000 Subject: [PATCH] Update CI files --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 518c627..3d6710d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,6 +83,12 @@ jobs: fi echo "run_tests=$exit_code" >> $GITHUB_OUTPUT + docs: + needs: "check-changes" + uses: "./.github/workflows/docs.yml" + with: + run_docs: "${{ needs.check-changes.outputs.run_docs }}" + lint: uses: "./.github/workflows/lint.yml" @@ -131,6 +137,7 @@ jobs: - "check-commits" - "lint" - "test" + - "docs" - "sanity" if: "always()" steps: