difftreelog
change jobs name for forkless
in: master
3 files changed
.github/workflows/forkless-update-data_v2.ymldiffbeforeafterboth111112 execution-marix:12 execution-marix:131314 name: execution matrix14 name: Prepare execution matrix151516 runs-on: self-hosted-ci16 runs-on: self-hosted-ci17 outputs:17 outputs:45 runs-on: [self-hosted-ci,large]45 runs-on: [self-hosted-ci,large]46 timeout-minutes: 138046 timeout-minutes: 138047 47 48 name: ${{ matrix.network }}48 name: ${{ matrix.network }}-data49 strategy:49 strategy:50 matrix:50 matrix:51 include: ${{fromJson(needs.execution-marix.outputs.matrix)}}51 include: ${{fromJson(needs.execution-marix.outputs.matrix)}}.github/workflows/forkless-update-nodata_v2.ymldiffbeforeafterboth505051 timeout-minutes: 138051 timeout-minutes: 1380525253 name: ${{ matrix.network }}53 name: ${{ matrix.network }}-nodata545455 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.55 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.5656.github/workflows/try-runtime_v2.ymldiffbeforeafterboth11 # The type of runner that the job will run on11 # The type of runner that the job will run on12 runs-on: self-hosted-ci12 runs-on: self-hosted-ci13 13 14 name: ${{ matrix.network }}14 name: ${{ matrix.network }}-try-runtime151516 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.16 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.1717