From 228dc7d0057f79c4ce6a4de4a681f4f9bdb24ce6 Mon Sep 17 00:00:00 2001 From: yyh Date: Wed, 7 Jan 2026 17:42:42 +0800 Subject: [PATCH] Revert "test(i18n): trigger CI with test translation key" Revert "test(i18n): add pull_request trigger for CI testing" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commits 7130bbebfe and 7051d96841. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .github/workflows/translate-i18n-claude.yml | 9 ++------- web/i18n/en-US/app.json | 1 - 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/translate-i18n-claude.yml b/.github/workflows/translate-i18n-claude.yml index 4b7509df04..1583142259 100644 --- a/.github/workflows/translate-i18n-claude.yml +++ b/.github/workflows/translate-i18n-claude.yml @@ -5,11 +5,6 @@ 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: @@ -41,7 +36,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v4 with: fetch-depth: 0 token: ${{ secrets.GITHUB_TOKEN }} @@ -58,7 +53,7 @@ jobs: run_install: false - name: Set up Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v4 with: node-version: 'lts/*' cache: pnpm diff --git a/web/i18n/en-US/app.json b/web/i18n/en-US/app.json index 0913664c63..e4109db4b6 100644 --- a/web/i18n/en-US/app.json +++ b/web/i18n/en-US/app.json @@ -1,5 +1,4 @@ { - "_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",