difftreelog
fix forkless build and tests workflow steps
in: master
2 files changed
.github/workflows/forkless-update-data.ymldiffbeforeafterboth49 name: ${{ matrix.network }}-data49 name: ${{ matrix.network }}-data50 strategy:50 strategy:51 matrix:51 matrix:52 include: ${{fromJson(needs.execution-marix.outputs.matrix)}}52 include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}}535354 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.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.5555.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth--- a/.github/workflows/forkless-update-nodata.yml
+++ b/.github/workflows/forkless-update-nodata.yml
@@ -53,7 +53,7 @@
strategy:
matrix:
- include: ${{fromJson(needs.execution-marix.outputs.matrix)}}
+ include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}}
steps:
- name: Clean Workspace