fix(CI): only run cpp check on AC (#17230)

This commit is contained in:
Kitzunu
2023-09-11 06:23:42 +02:00
committed by GitHub
parent 2c81ccaea4
commit cceafcf580

View File

@@ -18,6 +18,7 @@ jobs:
strategy:
fail-fast: false
runs-on: ubuntu-22.04
if: github.repository == 'azerothcore/azerothcore-wotlk'
name: cpp check
steps:
- uses: actions/checkout@v3