From 0195a3d860efcd6a932a25a9ef0f3287f7db986f Mon Sep 17 00:00:00 2001 From: dannyrb Date: Mon, 9 Sep 2019 21:37:39 -0400 Subject: [PATCH] ci: See if we can wait for dynamic job names --- .circleci/config.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 75b32cee9..44c21eecc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -308,7 +308,8 @@ workflows: # Update NPM - NPM_PUBLISH: requires: - - cypress/run + - cypress/run-1 + - cypress/run-2 # Update hub.docker.org # - DOCKER_PUBLISH: # requires: @@ -317,10 +318,12 @@ workflows: # Update docs.ohif.org - DOCS_PUBLISH: requires: - - cypress/run + - cypress/run-1 + - cypress/run-2 - VIEWER_DEMO_BUILD: requires: - - cypress/run + - cypress/run-1 + - cypress/run-2 - VIEWER_DEMO_PUBLISH: requires: - VIEWER_DEMO_BUILD