From e8986f6cfc5ed5f66c667a9a1bd61c795ab7b024 Mon Sep 17 00:00:00 2001 From: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Date: Thu, 11 Feb 2021 13:24:18 -0700 Subject: [PATCH] fix: skip untranslated files for curriculum download (#41059) --- .github/workflows/crowdin-i18n-curriculum-download.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin-i18n-curriculum-download.yml b/.github/workflows/crowdin-i18n-curriculum-download.yml index c38ce56a78..cd387bdaa2 100644 --- a/.github/workflows/crowdin-i18n-curriculum-download.yml +++ b/.github/workflows/crowdin-i18n-curriculum-download.yml @@ -24,7 +24,7 @@ jobs: # downloads download_translations: true - skip_untranslated_files: false + skip_untranslated_files: true export_only_approved: true commit_message: 'chore(i8n,learn): processed translations'