Skip to content

Commit f1e06c9

Browse files
committed
fix: fuzz-test(5)
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent f793e1d commit f1e06c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/fuzz-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
name: fuzz test
4949
runs-on: ubuntu-latest
5050
needs: [fuzz-matrix]
51+
if: ${{ needs.fuzz-matrix.outputs.matrix != '' && needs.fuzz-matrix.outputs.matrix != '[]' }}
5152
strategy:
5253
matrix:
5354
include: ${{ fromJSON(needs.fuzz-matrix.outputs.matrix) }}

0 commit comments

Comments
 (0)