Update .gitlab-ci.yml to reevaluate CI_MERGE_REQUEST_TITLE if NOCHANGELOG is added in the title (by rerunning the pipeline)

environments/review-docs-renov-s2oab0/deployments/21188
petitminion 2025-05-13 13:14:37 +00:00
rodzic e5c76cb8a4
commit 41da357066
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -77,6 +77,9 @@ workflow:
)
# Run for merge requests from any repo or branches
- if: $CI_MERGE_REQUEST_ID
# run if NOCHANGELOG is added in the title
- if: $CI_MERGE_REQUEST_TITLE =~ /NOCHANGELOG/
stages:
- review