From 3d283ef5d3dd16f46f381a7bb43309e3a21234e7 Mon Sep 17 00:00:00 2001 From: sime Date: Wed, 20 May 2020 13:23:42 +1000 Subject: [PATCH] Disable deploy job. --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d4f7491..1890890 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -133,8 +133,7 @@ workflows: tags: ignore: /.*/ branches: - only: - - upstream_changes - - develop + # Disabled while not automated. + ignore: /.*/ requires: - test