From d450d9c70b49a3856cdcc00818b704ecaeed37d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Fri, 31 Jan 2025 06:52:41 +0200 Subject: [PATCH] ci: be explicit about the fact HW jobs do not need linter artifacts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not sure if it will change anything, but better be safe than sorry. Signed-off-by: Martin Roukala (né Peres) Part-of: --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f48dc48d32..4d765b9ff2d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -360,5 +360,7 @@ mr-label-maker-test: needs: - job: rustfmt optional: true + artifacts: false - job: yaml-toml-shell-py-test optional: true + artifacts: false