From: Yann Dirson Date: Fri, 15 Dec 2023 16:01:17 +0000 (+0100) Subject: ci/deb: don't attempt to run deploy job when scheduled X-Git-Tag: 0.4.0~23^2 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1946d326b2c83bce42e80a6ea699356ee1c9e8fc;p=xen-guest-agent.git ci/deb: don't attempt to run deploy job when scheduled This caused a "yaml error" since dependencies were already disabled in scheduled jobs. Signed-off-by: Yann Dirson --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7db6b33..a1b6357 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -276,6 +276,8 @@ pkg-deb-amd64: # repository instead. deploy-deb-amd64: stage: deploy + extends: + - .not-scheduled needs: - env-setup - pkg-deb-amd64