chore(CI): rename CI to easier determain which is which

This commit is contained in:
Kitzunu
2023-11-27 18:00:35 +01:00
parent d3bef76fae
commit 43342961af
4 changed files with 5 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ jobs:
matrix:
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
name: C++ Codestyle
if: github.repository == 'azerothcore/azerothcore-wotlk'
steps:
- uses: actions/checkout@v4

View File

@@ -22,7 +22,7 @@ jobs:
- os: ubuntu-20.04
compiler: gcc10
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}-${{ matrix.compiler }}
name: ${{ matrix.os }}-${{ matrix.compiler }}-nopch
env:
COMPILER: ${{ matrix.compiler }}
if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft

View File

@@ -20,7 +20,7 @@ jobs:
- os: ubuntu-20.04
compiler: clang12
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}-${{ matrix.compiler }}
name: ${{ matrix.os }}-${{ matrix.compiler }}-pch
env:
COMPILER: ${{ matrix.compiler }}
if: github.repository == 'azerothcore/azerothcore-wotlk' && !github.event.pull_request.draft

View File

@@ -1,9 +1,11 @@
name: SQL Codestyle
on:
pull_request:
jobs:
triage:
runs-on: ubuntu-latest
name: SQL Codestyle
if: github.repository == 'azerothcore/azerothcore-wotlk'
steps:
- uses: actions/checkout@v4