From 9d5eb9eccbf46ae0e14608a072219a131567a607 Mon Sep 17 00:00:00 2001 From: Opeyemi Date: Wed, 6 Mar 2024 16:56:38 +0100 Subject: [PATCH] Fix jobs failure check (#226) --- .github/workflows/build-unified.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-unified.yml b/.github/workflows/build-unified.yml index 51f7cb9..da93dac 100644 --- a/.github/workflows/build-unified.yml +++ b/.github/workflows/build-unified.yml @@ -176,7 +176,7 @@ jobs: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/rc' || github.ref == 'refs/heads/hotfix-rc') - && contains(needs.*.outcome, 'failure') + && contains(needs.*.result, 'failure') run: exit 1 - name: Login to Azure - CI subscription