Revert "feat(CI): skip pch/nopch core builds on DB-only pull requests… (#26823)

This commit is contained in:
sudlud
2026-07-26 11:31:12 +02:00
committed by GitHub
parent 5d87047721
commit d1e17c19e4
2 changed files with 0 additions and 12 deletions

View File

@@ -8,12 +8,6 @@ on:
- opened
- reopened
- 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:
# One concurrency group per workflow + ref.

View File

@@ -8,12 +8,6 @@ on:
- opened
- reopened
- 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:
# One concurrency group per workflow + ref.