Skip to content

Commit bb1a75b

Browse files
authored
Merge pull request #12477 from github/repo-sync
repo sync
2 parents b12064f + db1d183 commit bb1a75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)