mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-06 11:50:12 +01:00
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:
parent
e6cb6b1998
commit
1bc04bffa8
2 changed files with 10 additions and 0 deletions
|
|
@ -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 #
|
||||
|
|
|
|||
|
|
@ -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 #
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue