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