fix: skip untranslated files for curriculum download (#41059)

This commit is contained in:
Randell Dawson
2021-02-11 13:24:18 -07:00
committed by GitHub
parent dc810022d1
commit e8986f6cfc

View File

@ -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'