Update codestyle.yml

This commit is contained in:
Kitzunu
2023-11-27 18:02:33 +01:00
parent 5f0504cc30
commit 35a300c08d

View File

@@ -4,11 +4,7 @@ on:
jobs:
triage:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
name: C++
if: github.repository == 'azerothcore/azerothcore-wotlk'
steps: