mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-06-09 22:08:22 +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
22683ec490
commit
bb5feeca77
1 changed files with 5 additions and 0 deletions
|
|
@ -15,6 +15,11 @@ variables:
|
|||
BUNDLE: "org.freedesktop.libfprint.Demo.flatpak"
|
||||
LAST_ABI_BREAK: "056ea541ddc97f5806cffbd99a12dc87e4da3546"
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
- if: $CI_PIPELINE_SOURCE == 'push'
|
||||
|
||||
stages:
|
||||
- image-build
|
||||
- check-source
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue