Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ on:
- main
- "release/*"
paths:
Comment thread
nickvigilante marked this conversation as resolved.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note [DEREM-2] The self-reference that caused DOCS-121 was introduced by PR #25049 (merged May 12), which added the paths: entry while simultaneously writing the changes job that falls back to whole-branch reindex on empty diff. The agent had the information to predict this failure mode but did not trace the "workflow-only change" execution path. (Mafu-san)

🤖

# Intentionally only docs/**. Edits to this workflow file must not
# auto-trigger a production reindex; use workflow_dispatch instead.
# See DOCS-121 (incident) and DOCS-124 (fix).
- "docs/**"
Comment thread
nickvigilante marked this conversation as resolved.
- ".github/workflows/deploy-docs.yaml"
workflow_dispatch:
inputs:
action:
Expand Down
Loading