From 758715c65aae0942fe4fe5f876195b72d89769fe Mon Sep 17 00:00:00 2001 From: chensuyue Date: Thu, 17 Oct 2024 14:39:41 +0800 Subject: [PATCH] bug fix Signed-off-by: chensuyue --- .github/workflows/manual-image-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-image-build.yml b/.github/workflows/manual-image-build.yml index 4544fa57b..6d0e2f795 100644 --- a/.github/workflows/manual-image-build.yml +++ b/.github/workflows/manual-image-build.yml @@ -44,7 +44,7 @@ jobs: echo "nodes=$nodes_json" >> $GITHUB_OUTPUT image-build: - needs: job1 + needs: get-test-matrix strategy: matrix: node: ${{ fromJson(needs.get-test-matrix.outputs.nodes) }}