chore: modify workflow to not upload translations anymore (#40696)
This commit is contained in:
5
.github/workflows/crowdin-i18n-download.yml
vendored
5
.github/workflows/crowdin-i18n-download.yml
vendored
@ -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'
|
||||||
|
5
.github/workflows/crowdin-i18n-upload.yml
vendored
5
.github/workflows/crowdin-i18n-upload.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user