difftreelog
enable draft for xcm tests
in: master
2 files changed
.github/workflows/xcm-testnet-build.ymldiffbeforeafterboth7373747475 steps:75 steps:76 - name: Skip if pull request is in Draft76 #- name: Skip if pull request is in Draft77 if: github.event.pull_request.draft == true77 # if: github.event.pull_request.draft == true78 run: exit 178 # run: exit 1797980 - name: Clean Workspace80 - name: Clean Workspace81 uses: AutoModality/action-clean@v1.1.081 uses: AutoModality/action-clean@v1.1.0.github/workflows/xcm-tests.ymldiffbeforeafterboth--- 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