mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(CI): only run cpp check on AC (#17230)
This commit is contained in:
1
.github/workflows/cpp-check.yml
vendored
1
.github/workflows/cpp-check.yml
vendored
@@ -18,6 +18,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
if: github.repository == 'azerothcore/azerothcore-wotlk'
|
||||||
name: cpp check
|
name: cpp check
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user