From 2f54cfa10be6b15b991ea21f8edcd632f534a36d Mon Sep 17 00:00:00 2001
From: gitbot <gitbot@garz-fricke.com>
Date: Tue, 31 May 2022 16:27:36 +0000
Subject: [PATCH] Integrate gitlab-ci/skip-check-via-label and 1 more

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/5e51407649eaa7b82f3e845a7c2cc8d06e93f6d3

Add possibility to skip MR pipeline check via label

--

Commit: https://git.seco.com/seco-ne/yocto/infrastructure/gitlab-ci/-/commit/ee1516734b94693b8065e1e54c00745bb5b0f850

Add possibility to skip MR pipeline build via label
---
 .gitlab-ci     | 2 +-
 .gitlab-ci.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci b/.gitlab-ci
index ad9d367..5e51407 160000
--- a/.gitlab-ci
+++ b/.gitlab-ci
@@ -1 +1 @@
-Subproject commit ad9d367e52a0f364f4a3559e5b5005ec554110cb
+Subproject commit 5e51407649eaa7b82f3e845a7c2cc8d06e93f6d3
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c85cff..0e9e945 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,5 +4,5 @@
 # ---------------------------------------------------------------------------------------
 include:
   - project: '${CI_PROJECT_ROOT_NAMESPACE}/yocto/infrastructure/gitlab-ci'
-    ref: ad9d367e52a0f364f4a3559e5b5005ec554110cb
+    ref: 5e51407649eaa7b82f3e845a7c2cc8d06e93f6d3
     file: 'manifest-integration.yml'
-- 
GitLab