commit: afae3a94a4d91627ec204f9e1909d0400ec6497f
parent 9617189e963b89f4353168e20d48ff086a0c53bb
Author: Lain Soykaf <lainsoykaf@Lains-MacBook-Air.local>
Date: Tue, 19 Mar 2024 13:54:35 +0400
CI: Move changelog check to later in the pipeline
No reason to not run tests.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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