* .gitlab-ci.yml: Use detached CI pipelines.

See issue freedesktop/freedesktop#540.
This commit is contained in:
Alexei Podtelezhnikov 2024-01-03 14:55:33 +00:00
parent 57c4252ab5
commit a07ca46cd0
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# CI setup for FreeType.
# https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/540
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_PIPELINE_SOURCE == 'push'
stages:
- build