git.delta.rocks / unique-network / refs/commits / 44caa591c6e9

difftreelog

change jobs name for forkless

Konstantin Astakhov2022-10-20parent: #84f3ed2.patch.diff
in: master

3 files changed

modified.github/workflows/forkless-update-data_v2.ymldiffbeforeafterboth
1111
12 execution-marix:12 execution-marix:
1313
14 name: execution matrix14 name: Prepare execution matrix
1515
16 runs-on: self-hosted-ci16 runs-on: self-hosted-ci
17 outputs:17 outputs:
45 runs-on: [self-hosted-ci,large]45 runs-on: [self-hosted-ci,large]
46 timeout-minutes: 138046 timeout-minutes: 1380
47 47
48 name: ${{ matrix.network }}48 name: ${{ matrix.network }}-data
49 strategy:49 strategy:
50 matrix:50 matrix:
51 include: ${{fromJson(needs.execution-marix.outputs.matrix)}}51 include: ${{fromJson(needs.execution-marix.outputs.matrix)}}
modified.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.
 
modified.github/workflows/try-runtime_v2.ymldiffbeforeafterboth
--- a/.github/workflows/try-runtime_v2.yml
+++ b/.github/workflows/try-runtime_v2.yml
@@ -11,7 +11,7 @@
     # The type of runner that the job will run on
     runs-on: self-hosted-ci
     
-    name: ${{ matrix.network }}
+    name: ${{ matrix.network }}-try-runtime
 
     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.