[librsvg: 1/2] Cancel pending or running pipelines when a new pipeline runs on the same branch




commit 7f174ad2e5ada66f3e5e1a696a9212e2f857223f
Author: Dunja Lalic <dunja lalic gmail com>
Date:   Sun Oct 11 15:30:35 2020 +0200

    Cancel pending or running pipelines when a new pipeline runs on the same branch
    
    https://gitlab.com/help/ci/pipelines/settings#auto-cancel-pending-pipelines

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c00734b5..cf000187 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -37,6 +37,7 @@ stages:
   - mkdir -p cargo_cache
 
 .common:
+  interruptible: true
   variables:
     # Only stuff inside the repo directory can be cached
     # Override the CARGO_HOME variable to force its location


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]