From d58d37ff98b73434d0747a3215dfedfbaf12db8e Mon Sep 17 00:00:00 2001 From: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Date: Wed, 13 Jan 2021 13:48:43 -0700 Subject: [PATCH] chore: modify workflow to not upload translations anymore (#40696) --- .github/workflows/crowdin-i18n-download.yml | 5 +---- .github/workflows/crowdin-i18n-upload.yml | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/crowdin-i18n-download.yml b/.github/workflows/crowdin-i18n-download.yml index 35d7f1c451..a4cf6659ba 100644 --- a/.github/workflows/crowdin-i18n-download.yml +++ b/.github/workflows/crowdin-i18n-download.yml @@ -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' diff --git a/.github/workflows/crowdin-i18n-upload.yml b/.github/workflows/crowdin-i18n-upload.yml index 6465c9cb9c..37ba627a74 100644 --- a/.github/workflows/crowdin-i18n-upload.yml +++ b/.github/workflows/crowdin-i18n-upload.yml @@ -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