diff --git a/docs/concepts/stack/stack-dependencies.md b/docs/concepts/stack/stack-dependencies.md index b02c480c8..a526d781c 100644 --- a/docs/concepts/stack/stack-dependencies.md +++ b/docs/concepts/stack/stack-dependencies.md @@ -55,7 +55,7 @@ In self-hosted, make sure to add `export SPACELIFT_SENSITIVE_OUTPUT_UPLOAD_ENABL When a stack has an upstream dependency with a reference, it relies on the existence of the outputs. !!! note - We only use the outputs of a successful run. If the latest run of a stack has failed, the dependencies won't be able to use its outputs. + We only use the outputs of a successful run. If the latest run of a stack has failed, the dependencies won't be able to use its outputs. A retry also does not trigger dependent stack/runs even if the retry is successful. ```mermaid graph TD;