Skip to content

Commit 443cf54

Browse files
committed
Fix typo
Signed-off-by: ZePan110 <ze.pan@intel.com>
1 parent 7c452a5 commit 443cf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
image-build:
2929
needs: job1
30-
if: ${{ needs.job1.outputs.run_matrix != "" }}
30+
if: ${{ needs.job1.outputs.run_matrix != '' }}
3131
strategy:
3232
matrix: ${{ fromJSON(needs.job1.outputs.run_matrix) }}
3333
fail-fast: false

0 commit comments

Comments
 (0)