From fd484dc774a4c931dcdc92b7e1ccc2b3e428ef44 Mon Sep 17 00:00:00 2001 From: Dmitry Ilyin Date: Fri, 26 Aug 2022 08:10:46 +0300 Subject: [PATCH] Fix results var name --- .github/workflows/matrix_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matrix_build.yml b/.github/workflows/matrix_build.yml index e4f21bb2..a3674b6d 100644 --- a/.github/workflows/matrix_build.yml +++ b/.github/workflows/matrix_build.yml @@ -476,7 +476,7 @@ jobs: needs: [buildroot] steps: - run: | - result="${{ needs.build.result }}" + result="${{ needs.buildroot.result }}" if [[ $result == "success" || $result == "skipped" ]]; then exit 0 else