We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f793e1d commit f1e06c9Copy full SHA for f1e06c9
1 file changed
.github/workflows/fuzz-test.yml
@@ -48,6 +48,7 @@ jobs:
48
name: fuzz test
49
runs-on: ubuntu-latest
50
needs: [fuzz-matrix]
51
+ if: ${{ needs.fuzz-matrix.outputs.matrix != '' && needs.fuzz-matrix.outputs.matrix != '[]' }}
52
strategy:
53
matrix:
54
include: ${{ fromJSON(needs.fuzz-matrix.outputs.matrix) }}
0 commit comments