diff options
author | Lain Soykaf <lainsoykaf@Lains-MacBook-Air.local> | 2024-03-19 13:54:35 +0400 |
---|---|---|
committer | Lain Soykaf <lainsoykaf@Lains-MacBook-Air.local> | 2024-03-19 13:54:35 +0400 |
commit | afae3a94a4d91627ec204f9e1909d0400ec6497f (patch) | |
tree | 86d00565a166be52737e8ef5f3b1fb6cb8156c6e /.gitlab-ci.yml | |
parent | 9617189e963b89f4353168e20d48ff086a0c53bb (diff) | |
download | pleroma-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.yml | 2 |
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 |