Skip to content

Commit

Permalink
ci(i18n): Don't download not translated files
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo committed May 24, 2022
1 parent 088f94b commit 7b96809
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
base_url: 'https://databend.crowdin.com'
base_path: '.'

# Avoid adding too many not translated files
skip_untranslated_files: true
export_only_approved: true
# Make sure crowdin robot agree our template
pull_request_body: |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Expand Down

0 comments on commit 7b96809

Please sign in to comment.