Skip to content

Commit 83cf6e8

Browse files
committed
Disable upload_translations in Crowdin CI
1 parent bcab928 commit 83cf6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/crowdin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: crowdin/github-action@v2
1717
with:
1818
upload_sources: true
19-
upload_translations: true
19+
upload_translations: false
2020
download_translations: true
2121
localization_branch_name: l10n_crowdin_translations
2222
create_pull_request: true

0 commit comments

Comments
 (0)