From baf5f0d83501721173965e3824c39b82996a3308 Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Mon, 05 Sep 2022 08:54:37 +0000 Subject: [PATCH] add separate workflow for testnet-build --- --- a/.github/workflows/testnet-build.yml +++ b/.github/workflows/testnet-build.yml @@ -72,9 +72,9 @@ include: ${{fromJson(needs.prepare-execution-marix.outputs.matrix)}} steps: - - name: Skip if pull request is in Draft - if: github.event.pull_request.draft == true - run: exit 1 + - name: Skip if pull request is in Draft + if: github.event.pull_request.draft == true + run: exit 1 - name: Clean Workspace uses: AutoModality/action-clean@v1.1.0 -- gitstuff