This commit is contained in:
Petitminion 2025-05-13 16:23:10 +02:00
parent 77837e1d18
commit dce903d8ba
1 changed files with 1 additions and 2 deletions

View File

@ -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