Update config.yml

Redis なしが帰ってきたぞっ!
This commit is contained in:
Acid Chicken (硫酸鶏) 2019-02-04 16:41:57 +09:00 committed by GitHub
parent 6cd41f9860
commit 23a0aead9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: