difftreelog
add separate workflow for testnet-build
in: master
1 file changed
.github/workflows/testnet-build.ymldiffbeforeafterboth72 include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}}72 include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}}737374 steps:74 steps:75 - name: Skip if pull request is in Draft75 - name: Skip if pull request is in Draft76 if: github.event.pull_request.draft == true76 if: github.event.pull_request.draft == true77 run: exit 177 run: exit 1787879 - name: Clean Workspace79 - name: Clean Workspace80 uses: AutoModality/action-clean@v1.1.080 uses: AutoModality/action-clean@v1.1.0