From 8440126c81a466f64d0a4de7bc9ffc398e3f4f63 Mon Sep 17 00:00:00 2001 From: Julian <julian@cccv.de> Date: Sun, 23 Jan 2022 12:54:12 +0000 Subject: [PATCH] Don't make package jobs manual for non-tag pipelines package jobs depend on build jobs that are already manual for non-tag pipelines. Making them manual too is annoying. --- shared-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/shared-ci.yml b/shared-ci.yml index 88f2e86..172adb5 100644 --- a/shared-ci.yml +++ b/shared-ci.yml @@ -55,8 +55,6 @@ image: registry.git.cccv.de/infra/packages/docker-images/utility .package: rules: - - if: '$CI_COMMIT_TAG == null' - when: manual - if: '$RUN_AUTOUPDATE != "1"' stage: package -- GitLab