--- a/.github/workflows/xcm-testnet-build.yml +++ b/.github/workflows/xcm-testnet-build.yml @@ -74,9 +74,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