parent
6cd41f9860
commit
23a0aead9f
|
@ -134,12 +134,14 @@ workflows:
|
||||||
only:
|
only:
|
||||||
- l10n_develop
|
- l10n_develop
|
||||||
- imgbot
|
- imgbot
|
||||||
|
- patch-autogen
|
||||||
- build:
|
- build:
|
||||||
filters:
|
filters:
|
||||||
branches:
|
branches:
|
||||||
ignore:
|
ignore:
|
||||||
- l10n_develop
|
- l10n_develop
|
||||||
- imgbot
|
- imgbot
|
||||||
|
- patch-autogen
|
||||||
- test:
|
- test:
|
||||||
requires:
|
requires:
|
||||||
- build
|
- build
|
||||||
|
@ -149,13 +151,20 @@ workflows:
|
||||||
# - master
|
# - master
|
||||||
- l10n_develop
|
- l10n_develop
|
||||||
- imgbot
|
- imgbot
|
||||||
|
- patch-autogen
|
||||||
- test:
|
- test:
|
||||||
without_redis: "true"
|
without_redis: "true"
|
||||||
requires:
|
requires:
|
||||||
- build
|
- build
|
||||||
filters:
|
filters:
|
||||||
|
# branches:
|
||||||
|
# only: master
|
||||||
branches:
|
branches:
|
||||||
only: master
|
ignore:
|
||||||
|
# - master
|
||||||
|
- l10n_develop
|
||||||
|
- imgbot
|
||||||
|
- patch-autogen
|
||||||
# - docker:
|
# - docker:
|
||||||
# filters:
|
# filters:
|
||||||
# branches:
|
# branches:
|
||||||
|
|
Loading…
Reference in New Issue