-
Notifications
You must be signed in to change notification settings - Fork 1.3k
fix(.github/workflows/deploy-docs.yaml): drop self-trigger from paths #25285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -31,8 +31,10 @@ on: | |
| - main | ||
| - "release/*" | ||
| paths: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
|
||
| # 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/**" | ||
|
nickvigilante marked this conversation as resolved.
|
||
| - ".github/workflows/deploy-docs.yaml" | ||
| workflow_dispatch: | ||
| inputs: | ||
| action: | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.