From cabecd252715b4b8957fbe4cbeaf065917e4f919 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 20:43:42 +0530 Subject: [PATCH] ci: ignore python tests on update of `**.po` (backport #58457) (#58459) Co-authored-by: Diptanil Saha --- .github/workflows/server-tests-mariadb-faux.yml | 1 + .github/workflows/server-tests-mariadb.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/server-tests-mariadb-faux.yml b/.github/workflows/server-tests-mariadb-faux.yml index 555ce260406..bc67060463a 100644 --- a/.github/workflows/server-tests-mariadb-faux.yml +++ b/.github/workflows/server-tests-mariadb-faux.yml @@ -13,6 +13,7 @@ on: - 'crowdin.yml' - '.coderabbit.yml' - '.mergify.yml' + - '**.po' permissions: contents: read diff --git a/.github/workflows/server-tests-mariadb.yml b/.github/workflows/server-tests-mariadb.yml index 3e1d076ce38..c55c3f501f3 100644 --- a/.github/workflows/server-tests-mariadb.yml +++ b/.github/workflows/server-tests-mariadb.yml @@ -13,6 +13,7 @@ on: - 'crowdin.yml' - '.coderabbit.yml' - '.mergify.yml' + - '**.po' schedule: # Run everday at midnight UTC / 5:30 IST - cron: "0 0 * * *"