mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 15:08:01 +02:00
CI: Only run for pushes to dbus
In practice the pipeline is going to fail for namespaces other than dbus, so don't waste time on trying to run it there; only run the detached pipeline for the MR. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
0a72523e2f
commit
c59b437173
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@
|
|||
workflow:
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
- if: $CI_PIPELINE_SOURCE == 'push'
|
||||
- if: $CI_PIPELINE_SOURCE == 'push' && $CI_PROJECT_NAMESPACE == 'dbus'
|
||||
|
||||
image: debian:bullseye-slim
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue