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) }}