fix: wrong ci repo check (#9916)

fix: wrong repo check
This commit is contained in:
Phantom 2025-09-05 09:53:46 +08:00 committed by GitHub
parent b2459d8f48
commit 2849cbf257
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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