ci: See if we can wait for dynamic job names
This commit is contained in:
parent
2740e34ad3
commit
0195a3d860
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user