ci: remove ZH dispatch from JA translation cron#22802
ci: remove ZH dispatch from JA translation cron#22802qiancai wants to merge 1 commit intopingcap:masterfrom
Conversation
|
Skipping CI for Draft Pull Request. |
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Closing in favor of a replacement PR from a branch without the codex prefix. |
What is changed, added or deleted? (Required)
Remove the
dispatch-translation-zhjob fromtranslation-cron.ymlso the JA translation cron no longer dispatches the ZH translation workflow.Also rename the workflow to
Translation Cron JAand clarify the JA-related schedule and matrix comments.This avoids duplicate ZH translation runs because
translation-zh.yamlalready has its own scheduled trigger.Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
translation-zh.yamlalready schedules ZH translation directly.Do your changes match any of the following descriptions?
Validation
git diff --check -- .github/workflows/translation-cron.ymlruby -e 'require "yaml"; YAML.load_file(".github/workflows/translation-cron.yml"); puts "YAML ok"'