Skip to content

Commit 5c8f14d

Browse files
authored
Add clarification sentence (#23174)
1 parent b3e4235 commit 5c8f14d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/learn-github-actions/expressions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ if: {% raw %}${{ cancelled() }}{% endraw %}
306306

307307
### failure
308308

309-
Returns `true` when any previous step of a job fails.
309+
Returns `true` when any previous step of a job fails. If you have a chain of dependent jobs, `failure()` returns `true` if any ancestor job fails.
310310

311311
#### Example
312312

0 commit comments

Comments
 (0)