From abb171fa79dc0fd2b037270b627fd1a62cd35443 Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Thu, 20 Oct 2022 10:37:24 +0000 Subject: [PATCH] change name for xcm jobs --- --- a/.github/workflows/xcm.yml +++ b/.github/workflows/xcm.yml @@ -52,7 +52,7 @@ timeout-minutes: 600 - name: ${{ matrix.network }} + name: ${{ matrix.network }}-build continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false. @@ -276,7 +276,7 @@ timeout-minutes: 600 - name: ${{ matrix.network }} + name: ${{ matrix.network }}-tests continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false. -- gitstuff