diff options
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index a6339fdbc..a56f41c7e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -160,12 +160,20 @@ workflows: main: jobs: - test_sanity - - test_bmo - - test_webservices - - test_selenium + - test_bmo: + requires: + - test_sanity + - test_webservices: + requires: + - test_sanity + - test_selenium: + requires: + - test_sanity - build: requires: - test_sanity + - test_bmo + - test_webservices filters: branches: only: |