mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-09 04:48:05 +02:00
ci: Use detached pipelines
See https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/438#what-it-means-for-me-a-maintainer-of-a-project-part-of-gitlabfreedesktoporg
This commit is contained in:
parent
810c1214a5
commit
b42f4691d3
1 changed files with 5 additions and 0 deletions
|
|
@ -32,6 +32,11 @@ variables:
|
|||
git
|
||||
LAST_ABI_BREAK: "9058d45685d1c7c08d52fb64c393fed9eeed542b"
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
- if: $CI_PIPELINE_SOURCE == 'push'
|
||||
|
||||
stages:
|
||||
- check-source
|
||||
- build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue