mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 23:38:00 +00:00
Revert "feat(CI): skip pch/nopch core builds on DB-only pull requests… (#26823)
This commit is contained in:
6
.github/workflows/core-build-nopch.yml
vendored
6
.github/workflows/core-build-nopch.yml
vendored
@@ -8,12 +8,6 @@ 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,12 +8,6 @@ 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