chore: modify workflow to not upload translations anymore (#40696)

pull/40701/head
Randell Dawson 2021-01-13 13:48:43 -07:00 committed by GitHub
parent 94190f51fc
commit d58d37ff98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 8 deletions

View File

@ -1,9 +1,6 @@
name: Crowdin i18n Download Translations
on:
workflow_dispatch:
push:
branches:
- test-crowdin-download
jobs:
@ -36,7 +33,7 @@ jobs:
# pull-request
localization_branch_name: i18n-sync-learn-processed-chinese-translations
create_pull_request: false
create_pull_request: true
pull_request_title: 'chore(i18n,learn): Processed chinese translations from crowdin'
pull_request_body: ''
pull_request_labels: 'scope: i18n, scope: learn, crowdin-sync, language: Chinese'

View File

@ -1,9 +1,6 @@
name: Crowdin i18n Upload Action
on:
workflow_dispatch:
push:
branches:
- test-crowdin-upload
jobs:
@ -27,7 +24,7 @@ jobs:
with:
# uploads
upload_sources: true
upload_translations: true
upload_translations: false
auto_approve_imported: false
import_eq_suggestions: false