From 78b3d2042361ccc5f9db1729a643fd061b6c4bf1 Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Thu, 01 Sep 2022 10:00:03 +0000 Subject: [PATCH] enable draft for xcm tests --- --- a/.github/workflows/xcm-testnet-build.yml +++ b/.github/workflows/xcm-testnet-build.yml @@ -56,7 +56,7 @@ network {quartz}, runtime {quartz}, features {quartz-runtime} network {unique}, runtime {unique}, features {unique-runtime} - xcm_build: + xcm-build: needs: prepare-execution-marix # The type of runner that the job will run on @@ -112,7 +112,7 @@ - name: Show launch-config-xcm-${{ matrix.network }} configuration run: cat .docker/xcm-config/launch-config-xcm-${{ matrix.network }}.json - - name: Run find-and-replace to remove slashes from branch name + - name: Run find-and-replace to remove slashes from branch name uses: mad9000/actions-find-and-replace-string@2 id: branchname with: -- gitstuff