Skip to content

Commit

Permalink
CI msvc performance improved
Browse files Browse the repository at this point in the history
#1571 
clean
  • Loading branch information
maxirmx authored and ni4 committed Jan 24, 2022
1 parent d9602f9 commit a15f690
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
branches:
- master
- 'release/**'
- issue-1571
paths-ignore:
- 'docs/**'
- '**.adoc'
Expand All @@ -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:
Expand Down

0 comments on commit a15f690

Please sign in to comment.