mirror of https://github.com/freetype/freetype
* .gitlab-ci.yml: Use detached CI pipelines.
See issue freedesktop/freedesktop#540.
This commit is contained in:
parent
57c4252ab5
commit
a07ca46cd0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue