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: jobs:
- build - build
- test - test
integration_tests:
jobs:
- build
- integration_tests: - integration_tests:
requires: requires:
- build - build
filters: filters:
branches: branches:
only: pull/81 only:
- master
- /pull.*/