1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00

ci: add 'rules' to workflow

This commit is contained in:
Kevin Daudt 2023-09-01 10:42:04 +00:00
parent ff5b8d73ce
commit 935caaed25

View file

@ -8,8 +8,9 @@ variables:
# only rune pipelines for merge requests or when tags are pushed (for triggers)
workflow:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_TAG
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_TAG
lint:
stage: verify