From b230e1863215e6e6b7fcffc0a9228a6084abf38b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 1 Mar 2025 12:56:00 +0100 Subject: [PATCH] Remove the tag docker from the code_quality workflow. It doesn't exist anymore. See https://about.gitlab.com/blog/2023/08/15/removing-tags-from-small-saas-runner-on-linux/ --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7b9254299..4849d36e7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,8 +13,6 @@ default: interruptible: true code_quality: - tags: - - docker rules: - if: $CI_COMMIT_TAG # Only for tags