Merge branch 'fix-bookmark-test' into 'develop'

CI: Move changelog check to later in the pipeline

See merge request pleroma/pleroma!4095
This commit is contained in:
lain 2024-03-19 12:02:10 +00:00
commit 4e37cd85ef
3 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