From 9bffabdb96c50812624ad73e53df3216de0e7c1a Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Tue, 6 Nov 2018 08:24:39 -0500 Subject: [PATCH] Try to get master CI to run again --- .circleci/config.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index dcfdbe5d4..1dae5276e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -112,20 +112,14 @@ workflows: version: 2 build-and-deploy: jobs: - - build: - tags: - only: /^v\d+\.\d+\.\d+$/ + - build - test-chrome: requires: - build - test-firefox: requires: - build - tags: - only: /^v\d+\.\d+\.\d+$/ - - test-python: - tags: - only: /^v\d+\.\d+\.\d+$/ + - test-python - benchmark: requires: - build @@ -134,7 +128,5 @@ workflows: - test-firefox - test-python filters: - branches: - ignore: /.*/ tags: only: /^v\d+\.\d+\.\d+$/