mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 22:07:19 +02:00
ci: add 'rules' to workflow
This commit is contained in:
parent
ff5b8d73ce
commit
935caaed25
@ -8,8 +8,9 @@ variables:
|
|||||||
|
|
||||||
# only rune pipelines for merge requests or when tags are pushed (for triggers)
|
# only rune pipelines for merge requests or when tags are pushed (for triggers)
|
||||||
workflow:
|
workflow:
|
||||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
rules:
|
||||||
- if: $CI_COMMIT_TAG
|
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||||
|
- if: $CI_COMMIT_TAG
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: verify
|
stage: verify
|
||||||
|
Loading…
Reference in New Issue
Block a user