mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 22:07:52 +00:00
feat(CI): skip pch/nopch core builds on DB-only pull requests (#26716)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
6
.github/workflows/core-build-nopch.yml
vendored
6
.github/workflows/core-build-nopch.yml
vendored
@@ -8,6 +8,12 @@ on:
|
|||||||
- opened
|
- opened
|
||||||
- reopened
|
- reopened
|
||||||
- synchronize
|
- synchronize
|
||||||
|
# A PR that only touches data/ (SQL) leaves the C++ untouched, so there is
|
||||||
|
# nothing to compile. Dashboard CI runs on every PR unfiltered and already
|
||||||
|
# imports the SQL and starts a real worldserver, so coverage is unaffected.
|
||||||
|
# Pushes to master are not filtered and always build.
|
||||||
|
paths-ignore:
|
||||||
|
- 'data/**'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
# One concurrency group per workflow + ref.
|
# One concurrency group per workflow + ref.
|
||||||
|
|||||||
6
.github/workflows/core-build-pch.yml
vendored
6
.github/workflows/core-build-pch.yml
vendored
@@ -8,6 +8,12 @@ on:
|
|||||||
- opened
|
- opened
|
||||||
- reopened
|
- reopened
|
||||||
- synchronize
|
- synchronize
|
||||||
|
# A PR that only touches data/ (SQL) leaves the C++ untouched, so there is
|
||||||
|
# nothing to compile. Dashboard CI runs on every PR unfiltered and already
|
||||||
|
# imports the SQL and starts a real worldserver, so coverage is unaffected.
|
||||||
|
# Pushes to master are not filtered and always build.
|
||||||
|
paths-ignore:
|
||||||
|
- 'data/**'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
# One concurrency group per workflow + ref.
|
# One concurrency group per workflow + ref.
|
||||||
|
|||||||
Reference in New Issue
Block a user