git.delta.rocks / unique-network / refs/commits / 74b5e68278b9

difftreelog

enable draft for xcm tests

Konstantin Astakhov2022-09-01parent: #a25acd9.patch.diff
in: master

2 files changed

modified.github/workflows/xcm-testnet-build.ymldiffbeforeafterboth
7373
7474
75 steps:75 steps:
76 - name: Skip if pull request is in Draft76 #- name: Skip if pull request is in Draft
77 if: github.event.pull_request.draft == true77 # if: github.event.pull_request.draft == true
78 run: exit 178 # run: exit 1
7979
80 - name: Clean Workspace80 - name: Clean Workspace
81 uses: AutoModality/action-clean@v1.1.081 uses: AutoModality/action-clean@v1.1.0
modified.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