We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b12064f + db1d183 commit bb1a75bCopy full SHA for bb1a75b
content/actions/learn-github-actions/expressions.md
@@ -306,7 +306,7 @@ if: {% raw %}${{ cancelled() }}{% endraw %}
306
307
### failure
308
309
-Returns `true` when any previous step of a job fails.
+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.
310
311
#### Example
312
0 commit comments