Try to get master CI to run again

This commit is contained in:
Michael Droettboom 2018-11-06 08:24:39 -05:00
parent b50c8d622f
commit 9bffabdb96
1 changed files with 2 additions and 10 deletions

View File

@ -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+$/