From d6f89f31cac1dd1dfced10a0c181446ac465401d 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

(cherry picked from commit f33c99a12442f856b082a01e583f65c585860eef)
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 661c3c1b36f9..6e1a9dd2a9f5 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