Skip to content

Commit 13cd687

Browse files
fix: narrow docs-preview workflow path filter (#515)
The docs-preview workflow triggered on all source code changes due to the broad `packages/*/src/data_designer/**` path glob. This caused unnecessary Cloudflare Pages deployments on code-only PRs like #505. Remove the source code path filter so the workflow only triggers on actual docs content changes (docs/**, mkdocs.yml, and the workflow file itself).
1 parent 6505ce4 commit 13cd687

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/docs-preview.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ on:
66
paths:
77
- "docs/**"
88
- "mkdocs.yml"
9-
- "packages/*/src/data_designer/**"
109
- ".github/workflows/docs-preview.yml"
1110

1211
jobs:

0 commit comments

Comments
 (0)