From b2489eaf1c9b3112f9d7a3e8ab10e0fdcefef316 Mon Sep 17 00:00:00 2001 From: Diptanil Saha Date: Wed, 26 Aug 2026 18:29:57 +0530 Subject: [PATCH] ci: ignore python tests on update of `**.po` (#58457) --- .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 * * *"