From 69cb1121ed6750234dd0c4c4bc9b259dce1be5e0 Mon Sep 17 00:00:00 2001 From: Mihir Kandoi Date: Wed, 24 Jun 2026 11:56:51 +0530 Subject: [PATCH] ci(mariadb): drop '(ARC)' from test job name --- .github/workflows/server-tests-mariadb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server-tests-mariadb.yml b/.github/workflows/server-tests-mariadb.yml index 13de494e646..f4ccae2cc2a 100644 --- a/.github/workflows/server-tests-mariadb.yml +++ b/.github/workflows/server-tests-mariadb.yml @@ -135,7 +135,7 @@ jobs: # Fan-out: each shard downloads the bench, untars it, restores the DB dump, and runs its # slice of the suite. No clone, no build, no reinstall on the self-hosted boxes. test: - name: Python Unit Tests (ARC) + name: Python Unit Tests needs: setup runs-on: erpnext-arc timeout-minutes: 60