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