Skip to content

Commit bdff127

Browse files
authored
[QUEUE_SATURATION_CHICKEN_EGG] fix(ci): revert docs-only paths-ignore, unsafe for doc-content contract tests (#332)
Org-wide sweep #329 added paths-ignore for docs/**,*.md assuming docs-only changes are inert; this repo has ~2 dozen tests (including a dynamic docs/adr/*.md glob) that read doc content as behavioral contract evidence, so that assumption was unsafe here. Reverted entirely rather than narrowed, since the content-checked doc set grows dynamically. Bypass-merged per explicit owner authorization for chicken-and-egg queue-saturation workflow-safety fixes.
1 parent c1b41ad commit bdff127

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,7 @@ name: CI
33
on:
44
push:
55
branches: [main]
6-
paths-ignore:
7-
- "docs/**"
8-
- "*.md"
96
pull_request:
10-
paths-ignore:
11-
- "docs/**"
12-
- "*.md"
137
workflow_dispatch:
148

159
permissions:

0 commit comments

Comments
 (0)