Skip to content
Snippets Groups Projects
Commit 8440126c authored by Julian's avatar Julian
Browse files

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.
parent 1394decf
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment