From c3af096489a9099cd4e3d631dd5f3fb3a3ca69d9 Mon Sep 17 00:00:00 2001 From: Chris Garrity Date: Mon, 15 Jun 2020 12:29:58 -0400 Subject: [PATCH] update circleci config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Don’t run pull translations on every merge. --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 97fc8076..e24263b8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -99,6 +99,8 @@ workflows: branches: only: master manual-pull: + when: + equal: [ tx-pull-manual, << pipeline.git.branch >> ] jobs: - pull-translations - commit-translations: