difftreelog
fix forkless build and tests workflow steps
in: master
2 files changed
.github/workflows/forkless-update-data.ymldiffbeforeafterboth49 name: ${{ matrix.network }}-data49 name: ${{ matrix.network }}-data50 strategy:50 strategy:51 matrix:51 matrix:52 include: ${{fromJson(needs.execution-marix.outputs.matrix)}}52 include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}}535354 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.54 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.5555.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth535354 strategy:54 strategy:55 matrix:55 matrix:56 include: ${{fromJson(needs.execution-marix.outputs.matrix)}}56 include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}}575758 steps:58 steps:59 - name: Clean Workspace59 - name: Clean Workspace