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 - _build
stages: stages:
- check-changelog
- build - build
- lint - lint
- test - test
- check-changelog
- benchmark - benchmark
- deploy - deploy
- release - release