git.delta.rocks / unique-network / refs/commits / baf5f0d83501

difftreelog

add separate workflow for testnet-build

Konstantin Astakhov2022-09-05parent: #0d1126e.patch.diff
in: master

1 file changed

modified.github/workflows/testnet-build.ymldiffbeforeafterboth
72 include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}}72 include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}}
7373
74 steps:74 steps:
75 - name: Skip if pull request is in Draft75 - name: Skip if pull request is in Draft
76 if: github.event.pull_request.draft == true76 if: github.event.pull_request.draft == true
77 run: exit 177 run: exit 1
7878
79 - name: Clean Workspace79 - name: Clean Workspace
80 uses: AutoModality/action-clean@v1.1.080 uses: AutoModality/action-clean@v1.1.0