The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

CI: fix reprepro step on main from forks

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2234>

authored by

Simon Zeni and committed by
Marge Bot
df5c0528 335960d1

+4 -12
+2 -6
.gitlab-ci.yml
··· 40 40 # Extra rules for packaging 41 41 .monado.packaging.conditions: 42 42 rules: 43 - # Only the default branch of the "upstream" repo. 44 - - if: "$CI_PROJECT_PATH == $FDO_UPSTREAM_REPO && $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH" 45 - when: on_success 46 - # Otherwise, don't build packages. 47 - - when: never 48 - 43 + # Only the default branch of the "upstream" repo on push. 44 + - if: $CI_PROJECT_PATH == $FDO_UPSTREAM_REPO && $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push" 49 45 50 46 ### 51 47 ###
+2 -6
.gitlab-ci/templates/.gitlab-ci.yml.jinja
··· 55 55 # Extra rules for packaging 56 56 .monado.packaging.conditions: 57 57 rules: 58 - # Only the default branch of the "upstream" repo. 59 - - if: "$CI_PROJECT_PATH == $FDO_UPSTREAM_REPO && $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH" 60 - when: on_success 61 - # Otherwise, don't build packages. 62 - - when: never 63 - 58 + # Only the default branch of the "upstream" repo on push. 59 + - if: $CI_PROJECT_PATH == $FDO_UPSTREAM_REPO && $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push" 64 60 65 61 {% include 'include.win_containers.yml' %} 66 62 {% include 'include.ci-containers-variables.yml.jinja' %}