mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 10:28:01 +02:00
CI: Run a detached pipeline for merge requests
After abuses of fdo infrastructure were mitigated in freedesktop/freedesktop#540, contributors cannot usually run pipelines in their own forks of dbus. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
6868305a5c
commit
0a72523e2f
1 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,11 @@
|
|||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
# SOFTWARE.
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
- if: $CI_PIPELINE_SOURCE == 'push'
|
||||
|
||||
image: debian:bullseye-slim
|
||||
|
||||
stages:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue