From 2fd0e86ac3cf0e67fdb6e5e112a779ebab90fc0b Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Fri, 02 Sep 2022 10:21:43 +0000 Subject: [PATCH] fix: remove needs from job definition. dependencies implemented by re-usable workflow --- --- a/.github/workflows/xcm-tests_v2.yml +++ b/.github/workflows/xcm-tests_v2.yml @@ -17,7 +17,7 @@ name: Prepare execution matrix - needs: [xcm-testnet-build] +# needs: [xcm-testnet-build] runs-on: XL outputs: -- gitstuff