From 74b5e68278b9c99d07f9530abc7a6a37b8c48ae2 Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Thu, 01 Sep 2022 09:35:58 +0000 Subject: [PATCH] enable draft for xcm tests --- --- a/.github/workflows/xcm-testnet-build.yml +++ b/.github/workflows/xcm-testnet-build.yml @@ -73,9 +73,9 @@ 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 --- a/.github/workflows/xcm-tests.yml +++ b/.github/workflows/xcm-tests.yml @@ -77,9 +77,9 @@ 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