only check is check-docs when only docs changed

This commit is contained in:
quotentiroler
2026-02-09 18:05:13 -08:00
parent 59a4aaf376
commit 6d26ba3bb6

View File

@@ -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