difftreelog
change jobs name for forkless
in: master
3 files changed
.github/workflows/forkless-update-data_v2.ymldiffbeforeafterboth--- a/.github/workflows/forkless-update-data_v2.yml
+++ b/.github/workflows/forkless-update-data_v2.yml
@@ -11,7 +11,7 @@
execution-marix:
- name: execution matrix
+ name: Prepare execution matrix
runs-on: self-hosted-ci
outputs:
@@ -45,7 +45,7 @@
runs-on: [self-hosted-ci,large]
timeout-minutes: 1380
- name: ${{ matrix.network }}
+ name: ${{ matrix.network }}-data
strategy:
matrix:
include: ${{fromJson(needs.execution-marix.outputs.matrix)}}
.github/workflows/forkless-update-nodata_v2.ymldiffbeforeafterboth--- a/.github/workflows/forkless-update-nodata_v2.yml
+++ b/.github/workflows/forkless-update-nodata_v2.yml
@@ -50,7 +50,7 @@
timeout-minutes: 1380
- name: ${{ matrix.network }}
+ name: ${{ matrix.network }}-nodata
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.
.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