difftreelog
fix remove sub-directory from path to reusable workflows - not supported by github
in: master
2 files changed
.github/workflows/xcm-tests_v2.ymldiffbeforeafterboth6262636364 steps:64 steps:65 - name: Skip if pull request is in Draft65 - name: Skip if pull request is in Draft66 if: github.event.pull_request.draft == true66 if: github.event.pull_request.draft == true67 run: exit 167 run: exit 16868.github/workflows/xcm.ymldiffbeforeafterboth889 xcm-testnet-build:9 xcm-testnet-build:10 name: testnet build10 name: testnet build11 uses: ./.github/workflows/reusable/xcm-testnet-build.yml11 uses: ./.github/workflows/xcm-testnet-build.yml12 secrets: inherit12 secrets: inherit131314 xcm-tests:14 xcm-tests:15 name: tests15 name: tests16 needs: [ xcm-testnet-build ]16 needs: [ xcm-testnet-build ]17 uses: ./.github/workflows/reusable/xcm-tests_v2.yml17 uses: ./.github/workflows/xcm-tests_v2.yml181819192020