From f33c99a12442f856b082a01e583f65c585860eef Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Mon, 18 Sep 2023 16:10:24 +0100
Subject: [PATCH] Issue #3388049 by catch: Parent jobs are missing
 interruptible

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b4bd1162f357..a146d82150a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -62,6 +62,7 @@ stages:
 #############
 
 .default-job-settings: &default-job-settings-lint
+  interruptible: true
   allow_failure: false
   variables:
     _TARGET_PHP: "8.2"
-- 
GitLab