From 6d26ba3bb6d2f41f22d75a470e36666692608296 Mon Sep 17 00:00:00 2001 From: quotentiroler Date: Mon, 9 Feb 2026 18:05:13 -0800 Subject: [PATCH] only check is check-docs when only docs changed --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a29955c81d..74057aee86 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -202,6 +202,8 @@ jobs: # Types, lint, and format check. check: name: "check" + needs: [docs-scope] + if: needs.docs-scope.outputs.docs_only != 'true' runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - name: Checkout