mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-02-03 20:40:28 +01:00
CI: avoid duplicate pipelines
This commit is contained in:
parent
e8a844355f
commit
b67cdba809
2 changed files with 8 additions and 4 deletions
|
|
@ -24,8 +24,10 @@ stages:
|
|||
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
- if: $CI_PIPELINE_SOURCE == 'push'
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
|
||||
when: never
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
|
||||
variables:
|
||||
###############################################################################
|
||||
|
|
|
|||
|
|
@ -29,8 +29,10 @@ stages:
|
|||
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
- if: $CI_PIPELINE_SOURCE == 'push'
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
|
||||
when: never
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
|
||||
variables:
|
||||
###############################################################################
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue