From 5c8f14d07c4a183b73b0e4cc91c6a6586b9857ef Mon Sep 17 00:00:00 2001 From: hubwriter Date: Tue, 30 Nov 2021 09:28:56 +0000 Subject: [PATCH 1/2] Add clarification sentence (#23174) --- content/actions/learn-github-actions/expressions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/learn-github-actions/expressions.md b/content/actions/learn-github-actions/expressions.md index 0b5f45d57c..b59a6e82ab 100644 --- a/content/actions/learn-github-actions/expressions.md +++ b/content/actions/learn-github-actions/expressions.md @@ -306,7 +306,7 @@ if: {% raw %}${{ cancelled() }}{% endraw %} ### failure -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. #### Example From 4959b672c9a1fcdf1c7b9518a3a79a8ab7feb31b Mon Sep 17 00:00:00 2001 From: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com> Date: Tue, 30 Nov 2021 04:37:13 -0500 Subject: [PATCH 2/2] Update OpenAPI Descriptions (#23129) * Update OpenAPI Descriptions * Add decorated OpenAPI schema files Co-authored-by: github-openapi-bot Co-authored-by: Matt Pollard Co-authored-by: hubwriter