From 5bf84ae475fcf15a140161257bcfe025cc967116 Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Fri, 2 Oct 2020 00:02:13 +0530 Subject: [PATCH] fix(crowdin): remove push events and use manual runs (#39770) --- .github/workflows/crowdin-i18n.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/crowdin-i18n.yml b/.github/workflows/crowdin-i18n.yml index de43518ad42..9c84458bfe9 100644 --- a/.github/workflows/crowdin-i18n.yml +++ b/.github/workflows/crowdin-i18n.yml @@ -4,9 +4,6 @@ on: # schedule: # (TODO?) run this Action every 14 days # - cron: '0 * */14 * *' - push: - branches: - - i18n-dev jobs: i18n-sync-docs: @@ -33,7 +30,6 @@ jobs: # pull-request localization_branch_name: i18n-sync-docs create_pull_request: true - pull_request_base_branch_name: i18n-dev pull_request_title: 'chore(docs,i8n): processed translations from crowdin' pull_request_body: '' pull_request_labels: 'scope: i18n, scope: docs, crowdin-sync'