CI: add new workflow rules

Required for pipelines to run after some infrastructure changes, see
See https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/438
This commit is contained in:
Peter Hutterer 2023-03-15 09:47:14 +10:00
parent e6cb6b1998
commit 1bc04bffa8
2 changed files with 10 additions and 0 deletions

View file

@ -21,6 +21,11 @@ stages:
- distro # distribs test
- deploy
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_PIPELINE_SOURCE == 'push'
variables:
###############################################################################
# This is the list of packages required to build libei with the default #

View file

@ -27,6 +27,11 @@ stages:
- distro # distribs test
- deploy
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_PIPELINE_SOURCE == 'push'
variables:
###############################################################################
# This is the list of packages required to build libei with the default #