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