difftreelog
fix try-runtime
in: master
1 file changed
.github/workflows/try-runtime.ymldiffbeforeafterboth47 name: ${{ matrix.network }}-try-runtime47 name: ${{ matrix.network }}-try-runtime48 strategy:48 strategy:49 matrix:49 matrix:50 include: ${{fromJson(needs.execution-marix.outputs.matrix)}}50 include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}}51 51 52 steps:52 steps:5353