CI: Move changelog check to later in the pipeline

No reason to not run tests.
This commit is contained in:
Lain Soykaf 2024-03-19 13:54:35 +04:00
parent 9617189e96
commit afae3a94a4
1 changed files with 1 additions and 1 deletions

View File

@ -26,10 +26,10 @@ cache: &global_cache_policy
- _build
stages:
- check-changelog
- build
- lint
- test
- check-changelog
- benchmark
- deploy
- release