git.delta.rocks / unique-network / refs/commits / 6ad9467f3414

difftreelog

fix forkless build and tests workflow steps

Konstantin Astakhov2023-01-24parent: #ac6b15a.patch.diff
in: master

3 files changed

modified.github/workflows/forkless-update-data.ymldiffbeforeafterboth
--- a/.github/workflows/forkless-update-data.yml
+++ b/.github/workflows/forkless-update-data.yml
@@ -51,7 +51,7 @@
       matrix:
         include: ${{fromJson(needs.execution-marix.outputs.matrix)}}
 
-    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.
+    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.
 
     steps:
       - name: Clean Workspace
modified.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth
--- a/.github/workflows/forkless-update-nodata.yml
+++ b/.github/workflows/forkless-update-nodata.yml
@@ -49,7 +49,7 @@
 
     name: ${{ matrix.network }}-nodata
 
-    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.
+    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.
 
     strategy:
       matrix:
modified.github/workflows/try-runtime.ymldiffbeforeafterboth
4343
44 # The type of runner that the job will run on44 # The type of runner that the job will run on
45 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.
4747
48 name: ${{ matrix.network }}-try-runtime-build48 name: ${{ matrix.network }}-try-runtime-build
49 strategy:49 strategy: