fix(CI): correct name suffix of PCH jobs (#18632)

This commit is contained in:
sudlud 2024-03-30 22:16:38 +01:00 committed by GitHub
parent 293555f41d
commit 61ee67b95d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ jobs:
CC: gcc-13
CXX: g++-13
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}-${{ matrix.compiler.CC }}-nopch
name: ${{ matrix.os }}-${{ matrix.compiler.CC }}-pch
if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft
steps:
- uses: actions/checkout@v4