Update .gitlab-ci.yml file with allow_failure on changelog
This commit is contained in:
parent
c9d915fb33
commit
73bd66404b
|
@ -150,6 +150,7 @@ find_broken_links:
|
||||||
-- . || exit $?
|
-- . || exit $?
|
||||||
|
|
||||||
require_changelog:
|
require_changelog:
|
||||||
|
allow_failure: true
|
||||||
stage: lint
|
stage: lint
|
||||||
rules:
|
rules:
|
||||||
# Don't run on merge request that mention NOCHANGELOG or renovate bot commits
|
# Don't run on merge request that mention NOCHANGELOG or renovate bot commits
|
||||||
|
|
Loading…
Reference in New Issue