difftreelog
enable draft for xcm tests
in: master
2 files changed
.github/workflows/xcm-testnet-build.ymldiffbeforeafterboth--- 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
.github/workflows/xcm-tests.ymldiffbeforeafterboth7777787879 steps:79 steps:80 - name: Skip if pull request is in Draft80 # - name: Skip if pull request is in Draft81 if: github.event.pull_request.draft == true81 # if: github.event.pull_request.draft == true82 run: exit 182 # run: exit 1838384 - name: Clean Workspace84 - name: Clean Workspace85 uses: AutoModality/action-clean@v1.1.085 uses: AutoModality/action-clean@v1.1.0