From d1e17c19e4a0006c163b1d480677fe8dfadcb571 Mon Sep 17 00:00:00 2001 From: sudlud Date: Sun, 26 Jul 2026 11:31:12 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"feat(CI):=20skip=20pch/nopch=20core?= =?UTF-8?q?=20builds=20on=20DB-only=20pull=20requests=E2=80=A6=20(#26823)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/core-build-nopch.yml | 6 ------ .github/workflows/core-build-pch.yml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/.github/workflows/core-build-nopch.yml b/.github/workflows/core-build-nopch.yml index a55e1a415..972e30c24 100644 --- a/.github/workflows/core-build-nopch.yml +++ b/.github/workflows/core-build-nopch.yml @@ -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. diff --git a/.github/workflows/core-build-pch.yml b/.github/workflows/core-build-pch.yml index 242473e78..3fd3aa0c1 100644 --- a/.github/workflows/core-build-pch.yml +++ b/.github/workflows/core-build-pch.yml @@ -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.