From ba0409bab29ccc523bc184e1a0f1c284aaf63989 Mon Sep 17 00:00:00 2001 From: yyh Date: Wed, 7 Jan 2026 18:08:28 +0800 Subject: [PATCH] Reapply "test(i18n): trigger CI with test translation key" This reverts commit 228dc7d0057f79c4ce6a4de4a681f4f9bdb24ce6. --- .github/workflows/translate-i18n-claude.yml | 5 +++++ web/i18n/en-US/app.json | 1 + 2 files changed, 6 insertions(+) diff --git a/.github/workflows/translate-i18n-claude.yml b/.github/workflows/translate-i18n-claude.yml index 46049876ab..4b7509df04 100644 --- a/.github/workflows/translate-i18n-claude.yml +++ b/.github/workflows/translate-i18n-claude.yml @@ -5,6 +5,11 @@ on: branches: [main] paths: - 'web/i18n/en-US/*.json' + pull_request: + branches: [main] + paths: + - '.github/workflows/translate-i18n-claude.yml' + - 'web/i18n/en-US/*.json' workflow_dispatch: inputs: files: diff --git a/web/i18n/en-US/app.json b/web/i18n/en-US/app.json index e4109db4b6..0913664c63 100644 --- a/web/i18n/en-US/app.json +++ b/web/i18n/en-US/app.json @@ -1,4 +1,5 @@ { + "_test_ci_trigger": "This is a test key for CI trigger - will be reverted", "accessControl": "Web App Access Control", "accessControlDialog.accessItems.anyone": "Anyone with the link", "accessControlDialog.accessItems.external": "Authenticated external users",