From cf3633de37760b85ec8cb1bd4f4fa15740af42cb Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Mon, 22 Aug 2022 08:52:45 +0000 Subject: [PATCH] fix: leave only variable in job name --- --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -28,7 +28,7 @@ runs-on: [self-hosted-ci,medium] timeout-minutes: 1380 - name: unit tests ${{ GITHUB_REF }} + name: ${{ GITHUB_REF }} 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