From 80f537761af91fa45bfe55f08d0ec1af4fe28df0 Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Thu, 15 Sep 2022 09:23:02 +0000 Subject: [PATCH] fix needs for xcm --- --- a/.github/workflows/xcm.yml +++ b/.github/workflows/xcm.yml @@ -270,7 +270,7 @@ docker system prune -f xcm-tests: - needs: xcm-build + needs: [prepare-execution-marix, xcm-build] # The type of runner that the job will run on runs-on: [XL] -- gitstuff