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

pull/41061/head
Randell Dawson 2021-02-11 13:24:18 -07:00 committed by GitHub
parent dc810022d1
commit e8986f6cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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'