Skip to content

Commit f7b37bb

Browse files
authored
Merge branch 'main' into repo-sync
2 parents b12064f + 4959b67 commit f7b37bb

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)