keep one single workflow

This commit is contained in:
Cedric Meury 2018-04-05 04:50:10 +02:00
parent 8912eef468
commit b485abf818
1 changed files with 3 additions and 4 deletions

View File

@ -85,12 +85,11 @@ workflows:
jobs:
- build
- test
integration_tests:
jobs:
- build
- integration_tests:
requires:
- build
filters:
branches:
only: pull/81
only:
- master
- /pull.*/