Skip to content
Snippets Groups Projects
Commit 6389f38a authored by Eidolon's avatar Eidolon
Browse files

Make pipelines auto-interruptible by default

Fixes: KartKrew/Kart#1405
parent a10d18af
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,10 @@ include:
- '.gitlab/ci/templates/*.yml'
- '.gitlab/ci/jobs/*.yml'
workflow:
auto_cancel:
on_new_commit: interruptible
variables:
GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_PATH
GIT_DEPTH: 20
......@@ -10,5 +14,6 @@ stages:
- build
default:
interruptible: true
artifacts:
expire_in: 1 day
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment