From 23a0aead9ff1ac24caf8b1f5090d843957061749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Mon, 4 Feb 2019 16:41:57 +0900 Subject: [PATCH] Update config.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Redis なしが帰ってきたぞっ! --- .circleci/config.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 87be49a64..349551339 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -134,12 +134,14 @@ workflows: only: - l10n_develop - imgbot + - patch-autogen - build: filters: branches: ignore: - l10n_develop - imgbot + - patch-autogen - test: requires: - build @@ -149,13 +151,20 @@ workflows: # - master - l10n_develop - imgbot + - patch-autogen - test: without_redis: "true" requires: - build filters: +# branches: +# only: master branches: - only: master + ignore: +# - master + - l10n_develop + - imgbot + - patch-autogen # - docker: # filters: # branches: