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

This commit is contained in:
Randell Dawson
2021-01-13 13:48:43 -07:00
committed by GitHub
parent 94190f51fc
commit d58d37ff98
2 changed files with 2 additions and 8 deletions

View File

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

View File

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