fix(ci): skip docs-only preflight pnpm audit

This commit is contained in:
Peter Steinberger
2026-03-23 05:28:40 +00:00
parent be3a2e2eb6
commit a55f371cc5
5 changed files with 371 additions and 201 deletions

View File

@@ -154,6 +154,7 @@ jobs:
pre-commit run zizmor --files "${workflow_files[@]}"
- name: Audit production dependencies
if: steps.docs_scope.outputs.docs_only != 'true'
run: pre-commit run --all-files pnpm-audit-prod
# Fanout: downstream lanes branch from preflight outputs instead of waiting