From 00e50144c6a3c2dd646ae0620691bceaa396ae8f Mon Sep 17 00:00:00 2001 From: JJ Kasper Date: Wed, 31 Jul 2019 18:15:21 -0500 Subject: [PATCH] Don't require test job for deploying (#8194) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b400f6f2c9..cfc6c0ec9c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -197,7 +197,7 @@ workflows: - canary - deploy: requires: - - test + - build filters: branches: only: -- GitLab