fix(CI): only run cpp check on AC (#17230)
This commit is contained in:
parent
2c81ccaea4
commit
cceafcf580
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cpp-check.yml
vendored
1
.github/workflows/cpp-check.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue