git.delta.rocks / unique-network / refs/commits / 9cab02825ca9

difftreelog

fix remove sub-directory from path to reusable workflows - not supported by github

Alexander Aksenov2022-09-02parent: #d8a7600.patch.diff
in: master

2 files changed

modified.github/workflows/xcm-tests_v2.ymldiffbeforeafterboth
6262
6363
64 steps:64 steps:
65 - name: Skip if pull request is in Draft65 - name: Skip if pull request is in Draft
66 if: github.event.pull_request.draft == true66 if: github.event.pull_request.draft == true
67 run: exit 167 run: exit 1
6868
modified.github/workflows/xcm.ymldiffbeforeafterboth
88
9 xcm-testnet-build:9 xcm-testnet-build:
10 name: testnet build10 name: testnet build
11 uses: ./.github/workflows/reusable/xcm-testnet-build.yml11 uses: ./.github/workflows/xcm-testnet-build.yml
12 secrets: inherit12 secrets: inherit
1313
14 xcm-tests:14 xcm-tests:
15 name: tests15 name: tests
16 needs: [ xcm-testnet-build ]16 needs: [ xcm-testnet-build ]
17 uses: ./.github/workflows/reusable/xcm-tests_v2.yml17 uses: ./.github/workflows/xcm-tests_v2.yml
1818
1919
2020