From 3c7eb22bde1ed71c881361dd8781591e98ab54cb Mon Sep 17 00:00:00 2001 From: knj Date: Fri, 2 Jun 2023 09:24:27 +0200 Subject: [PATCH] deactivate check-first-frame-is-sid for now --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5e6440a728..d4eea1ab7d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -660,7 +660,7 @@ clang-format-check: expose_as: 'formatting patch' # check for crashes if first received frame on decoder side is an SID -check-first-frame-is-sid: +.check-first-frame-is-sid: extends: - .test-job-linux-needs-testv-dir - .rules-merge-request -- GitLab