From 5f0504cc30bdd3ef65372c2bffae84c70159193d Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:01:41 +0100 Subject: [PATCH] small change --- .github/workflows/codestyle.yml | 2 +- .github/workflows/sql-codestyle.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index babb596e6f..715c5e139f 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -9,7 +9,7 @@ jobs: matrix: os: [ubuntu-20.04] runs-on: ${{ matrix.os }} - name: C++ Codestyle + name: C++ if: github.repository == 'azerothcore/azerothcore-wotlk' steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/sql-codestyle.yml b/.github/workflows/sql-codestyle.yml index 41f726cf09..04f4447e18 100644 --- a/.github/workflows/sql-codestyle.yml +++ b/.github/workflows/sql-codestyle.yml @@ -1,11 +1,11 @@ -name: SQL Codestyle +name: Codestyle on: pull_request: jobs: triage: runs-on: ubuntu-latest - name: SQL Codestyle + name: SQL if: github.repository == 'azerothcore/azerothcore-wotlk' steps: - uses: actions/checkout@v4