CI: Move changelog check to later in the pipeline
No reason to not run tests.
This commit is contained in:
parent
9617189e96
commit
afae3a94a4
|
@ -26,10 +26,10 @@ cache: &global_cache_policy
|
|||
- _build
|
||||
|
||||
stages:
|
||||
- check-changelog
|
||||
- build
|
||||
- lint
|
||||
- test
|
||||
- check-changelog
|
||||
- benchmark
|
||||
- deploy
|
||||
- release
|
||||
|
|
Loading…
Reference in New Issue