difftreelog
fix forkless build and tests workflow steps
in: master
3 files changed
.github/workflows/forkless-update-data.ymldiffbeforeafterboth51 matrix:51 matrix:52 include: ${{fromJson(needs.execution-marix.outputs.matrix)}}52 include: ${{fromJson(needs.execution-marix.outputs.matrix)}}535354 continue-on-error: false #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.555556 steps:56 steps:57 - name: Clean Workspace57 - name: Clean Workspace.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth494950 name: ${{ matrix.network }}-nodata50 name: ${{ matrix.network }}-nodata515152 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.52 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.535354 strategy:54 strategy:55 matrix:55 matrix:.github/workflows/try-runtime.ymldiffbeforeafterboth434344 # The type of runner that the job will run on44 # The type of runner that the job will run on45 runs-on: [self-hosted-ci]45 runs-on: [self-hosted-ci]46 continue-on-error: false #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.46 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.474748 name: ${{ matrix.network }}-try-runtime-build48 name: ${{ matrix.network }}-try-runtime-build49 strategy:49 strategy: