Skip to content

Commit

Permalink
Update stack-dependencies.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akmal-spacelift committed Nov 21, 2024
1 parent 7f8189e commit 47d6c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/stack/stack-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 47d6c81

Please sign in to comment.