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 * * *"