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