ci: remove ZH dispatch from JA translation cron#22803
ci: remove ZH dispatch from JA translation cron#22803qiancai wants to merge 2 commits 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 |
What is changed, added or deleted? (Required)
Purpose:
This avoids duplicate ZH translation runs because
translation-zh.yamlalready has its own scheduled trigger.Changes:
dispatch-translation-zhjob fromtranslation-cron.ymlso the JA translation cron no longer dispatches the ZH translation workflow.Translation Cron JAand clarify the JA-related schedule and matrix comments.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"'