lint
This commit is contained in:
parent
77837e1d18
commit
dce903d8ba
|
@ -77,10 +77,9 @@ workflow:
|
||||||
)
|
)
|
||||||
# Run for merge requests from any repo or branches
|
# Run for merge requests from any repo or branches
|
||||||
- if: $CI_MERGE_REQUEST_ID
|
- if: $CI_MERGE_REQUEST_ID
|
||||||
# run if NOCHANGELOG is added in the title
|
# run if NOCHANGELOG is added in the title
|
||||||
- if: $CI_MERGE_REQUEST_TITLE =~ /NOCHANGELOG/
|
- if: $CI_MERGE_REQUEST_TITLE =~ /NOCHANGELOG/
|
||||||
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- review
|
- review
|
||||||
- lint
|
- lint
|
||||||
|
|
Loading…
Reference in New Issue