From c999ececc4f1f1980a5638bc81e1790e350e0ffc Mon Sep 17 00:00:00 2001 From: Maxim Samsonov Date: Thu, 5 Aug 2021 13:48:37 +0300 Subject: [PATCH] CI msvc performance improved #1571 clean --- .github/workflows/windows-msvc.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/windows-msvc.yml b/.github/workflows/windows-msvc.yml index d78b48828..c9437fdaa 100644 --- a/.github/workflows/windows-msvc.yml +++ b/.github/workflows/windows-msvc.yml @@ -4,7 +4,6 @@ on: branches: - master - 'release/**' - - issue-1571 paths-ignore: - 'docs/**' - '**.adoc' @@ -17,7 +16,7 @@ on: jobs: build_and_test: - name: MSVC-${{ matrix.arch }} + name: msvc-${{ matrix.arch }} runs-on: ${{ matrix.os }} if: "!contains(github.event.head_commit.message, 'skip ci')" strategy: