From 93d7101caaa2244d1e2d8613caf269829e0ba0a8 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Mon, 22 Aug 2022 09:12:29 +0000 Subject: [PATCH] fix: variable substitution. --- --- 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: ${{ env.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