From 5526ac180fb91583b62fc5793648c2c19698f5ca Mon Sep 17 00:00:00 2001 From: Sven Marcus <s.marcus@outlook.de> Date: Wed, 18 Nov 2020 18:32:44 +0100 Subject: [PATCH] Only deploy new jupyterhub wheel in schedules --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d3165072..bcb9fdb2c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -519,6 +519,8 @@ vf_to_phoenix: vf_wheel_to_jupyterhub: stage: deploy + only: ["schedules"] + needs: ["gcc_9_python", "gcc_9_unit_tests", "gcc_9_python_bindings_test"] variables: -- GitLab