Don't run test on docs builds

This commit is contained in:
Luke Kysow
2018-08-02 21:19:31 -07:00
parent 17f40a962c
commit f4e409d227

View File

@@ -68,9 +68,15 @@ workflows:
version: 2
branch:
jobs:
- test
- test:
filters:
branches:
ignore: /.*-docs/
- e2e:
requires: [test]
filters:
branches:
ignore: /.*-docs/
- docker_master:
requires: [e2e]
filters: