From 93075abae03192ce5a3eaaecdb66685d89692943 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 3 Mar 2022 23:36:33 -0800 Subject: [PATCH] fix: skip untranslated files (#45336) --- .github/workflows/crowdin-download.curriculum.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin-download.curriculum.yml b/.github/workflows/crowdin-download.curriculum.yml index f0b13a356e..732f7f6c7b 100644 --- a/.github/workflows/crowdin-download.curriculum.yml +++ b/.github/workflows/crowdin-download.curriculum.yml @@ -194,7 +194,7 @@ jobs: # downloads download_translations: true download_language: ja - skip_untranslated_files: false + skip_untranslated_files: true export_only_approved: true push_translations: false