From 61ee67b95d69ba1fba6ba760b9633f3ebb07d3c8 Mon Sep 17 00:00:00 2001 From: sudlud Date: Sat, 30 Mar 2024 22:16:38 +0100 Subject: [PATCH] fix(CI): correct name suffix of PCH jobs (#18632) --- .github/workflows/core-build-pch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/core-build-pch.yml b/.github/workflows/core-build-pch.yml index b1dbb304c..ac1cd73aa 100644 --- a/.github/workflows/core-build-pch.yml +++ b/.github/workflows/core-build-pch.yml @@ -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