From 49055d4cb1eea466d3ea90d5aeb52f1c770068dc Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Mon, 22 Aug 2022 09:16:31 +0000 Subject: [PATCH] fix: switch to base_ref --- --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -28,8 +28,7 @@ runs-on: [self-hosted-ci,medium] timeout-minutes: 1380 - name: ${{ github.ref }} - + name: ${{ github.base_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