git.delta.rocks / unique-network / refs/commits / 2536dc9a52c7

difftreelog

fix try-runtime

Konstantin Astakhov2022-11-02parent: #e857cec.patch.diff
in: master

1 file changed

modified.github/workflows/try-runtime.ymldiffbeforeafterboth
47 name: ${{ matrix.network }}-try-runtime47 name: ${{ matrix.network }}-try-runtime
48 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