mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-04 14:10:36 +01:00
ci: add some more workflow rules
cargo-culted from the ci-templates template.
This commit is contained in:
parent
8322ef3733
commit
47ec81544f
1 changed files with 8 additions and 0 deletions
|
|
@ -5,6 +5,14 @@ include:
|
|||
ref: '88ed1082df2af02090916566742543f1dbaee988'
|
||||
file: '/templates/fedora.yml'
|
||||
|
||||
# From https://gitlab.freedesktop.org/freedesktop/ci-templates/-/blob/master/src/gitlab-ci.tmpl
|
||||
workflow:
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||
- if: '$CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS'
|
||||
when: never
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
|
||||
variables:
|
||||
FDO_UPSTREAM_REPO: 'cairo/cairo'
|
||||
FDO_DISTRIBUTION_VERSION: '34'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue