The open source OpenXR runtime

ci: Don't run reprepro if we didn't run packaging builds...

+2
+1
.gitlab-ci.yml
··· 495 495 extends: 496 496 - .monado.image.ubuntu:impish 497 497 498 + - .monado.packaging.conditions 498 499 dependencies: 499 500 - debian:bullseye:package 500 501 - ubuntu:focal:package
+1
.gitlab-ci/ci.template
··· 224 224 stage: reprepro 225 225 extends: 226 226 - {{ base_job_to_use_image_containing("reprepro") }} 227 + - .monado.packaging.conditions 227 228 dependencies: 228 229 {% for distro in distributions -%} {%- for image in distro.images if "deb_version_suffix" in image %} 229 230 - {{packaging_job_name(distro, image)}}