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.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