Skip to content

Commit 566f24b

Browse files
committed
Fix issue
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent ad5523b commit 566f24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
5252
image-build:
5353
needs: get-test-matrix
54-
if: ${{ fromJSON(needs.get-test-matrix.outputs.nodes).length != 0 }}
54+
if: ${{ needs.get-test-matrix.outputs.nodes != '' }}
5555
strategy:
5656
matrix:
5757
node: ${{ fromJson(needs.get-test-matrix.outputs.nodes) }}

0 commit comments

Comments
 (0)