From 63325cb9761890fdd1b9e1acc3d51ed5aa178a98 Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Wed, 1 Jul 2026 13:32:53 +0530 Subject: [PATCH] ci(postgres): match MariaDB test job name (drop "(PG)") Both server-test workflows now name the test job "Python Unit Tests" so the check appears under the same name regardless of engine. Co-Authored-By: Claude Opus 4.8 --- .github/workflows/server-tests-postgres.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server-tests-postgres.yml b/.github/workflows/server-tests-postgres.yml index 88b02efe72f..44ab5dfab7a 100644 --- a/.github/workflows/server-tests-postgres.yml +++ b/.github/workflows/server-tests-postgres.yml @@ -137,7 +137,7 @@ jobs: compression-level: 0 test: - name: Python Unit Tests (PG) + name: Python Unit Tests needs: setup runs-on: ubuntu-latest timeout-minutes: 60