From 9cab02825ca9084eda633d0bf2d6b1b8c8284a09 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Fri, 02 Sep 2022 10:18:13 +0000 Subject: [PATCH] fix: remove sub-directory from path to reusable workflows - not supported by github --- --- a/.github/workflows/xcm-tests_v2.yml +++ b/.github/workflows/xcm-tests_v2.yml @@ -62,7 +62,7 @@ steps: - - name: Skip if pull request is in Draft + - name: Skip if pull request is in Draft if: github.event.pull_request.draft == true run: exit 1 --- a/.github/workflows/xcm.yml +++ b/.github/workflows/xcm.yml @@ -8,12 +8,12 @@ xcm-testnet-build: name: testnet build - uses: ./.github/workflows/reusable/xcm-testnet-build.yml + uses: ./.github/workflows/xcm-testnet-build.yml secrets: inherit xcm-tests: name: tests needs: [ xcm-testnet-build ] - uses: ./.github/workflows/reusable/xcm-tests_v2.yml + uses: ./.github/workflows/xcm-tests_v2.yml -- gitstuff