From 2849cbf257f4c26d240d122176182f553d1be751 Mon Sep 17 00:00:00 2001 From: Phantom <59059173+EurFelux@users.noreply.github.com> Date: Fri, 5 Sep 2025 09:53:46 +0800 Subject: [PATCH] fix: wrong ci repo check (#9916) fix: wrong repo check --- .github/workflows/auto-i18n.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-i18n.yml b/.github/workflows/auto-i18n.yml index 40e75660dd..4011698d79 100644 --- a/.github/workflows/auto-i18n.yml +++ b/.github/workflows/auto-i18n.yml @@ -13,7 +13,7 @@ on: jobs: auto-i18n: runs-on: ubuntu-latest - if: github.repository == 'CherryHQ/cherry-studio' + if: github.event.pull_request.base.repo.full_name == 'CherryHQ/cherry-studio' name: Auto I18N permissions: contents: write