From 9908f105ade89393712dfc9a9ecd2e686232b7d7 Mon Sep 17 00:00:00 2001 From: q <787025321@qq.com> Date: Wed, 4 Jun 2025 17:14:24 +0800 Subject: [PATCH] fix: async name --- .github/workflows/docs-sync.translate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs-sync.translate.yaml b/.github/workflows/docs-sync.translate.yaml index ec8d93eebf..9c240374f9 100644 --- a/.github/workflows/docs-sync.translate.yaml +++ b/.github/workflows/docs-sync.translate.yaml @@ -17,7 +17,7 @@ permissions: jobs: gpt_translate: runs-on: ubuntu-latest - if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'gt-') + if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'translation-') steps: - name: Checkout