summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLain Soykaf <lainsoykaf@Lains-MacBook-Air.local>2024-03-19 13:54:35 +0400
committerLain Soykaf <lainsoykaf@Lains-MacBook-Air.local>2024-03-19 13:54:35 +0400
commitafae3a94a4d91627ec204f9e1909d0400ec6497f (patch)
tree86d00565a166be52737e8ef5f3b1fb6cb8156c6e /.gitlab-ci.yml
parent9617189e963b89f4353168e20d48ff086a0c53bb (diff)
downloadpleroma-afae3a94a4d91627ec204f9e1909d0400ec6497f.tar.gz
pleroma-afae3a94a4d91627ec204f9e1909d0400ec6497f.zip
CI: Move changelog check to later in the pipeline
No reason to not run tests.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 79bb2fd7e..dab52e4c6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -26,10 +26,10 @@ cache: &global_cache_policy
- _build
stages:
- - check-changelog
- build
- lint
- test
+ - check-changelog
- benchmark
- deploy
- release