From 86fe12e989e9583ce6a3115a1a2d660bdb358ee4 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 31 May 2026 00:14:30 +0200 Subject: [PATCH] .gitlab-ci.yml: removed unnecessary jobs from schedules [ci skip] Signed-off-by: Nikos Mavrogiannopoulos --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1a1acad7..b3afcab8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,9 @@ config-scope-check: stage: preliminaries script: - python3 tests/check-config-scope.py + except: + - tags + - schedules Signoff: stage: preliminaries @@ -37,6 +40,9 @@ Signoff: # Last bad commit - 'git log 6a65e3acdd3251fe20815cc2984a2781d9717173.. --grep "(^Signed-off-by)|(^Merge branch)|(^This reverts commit)" --extended-regexp --invert-grep --exit-code' - echo "None (good)" + except: + - tags + - schedules Debian: stage: testing @@ -519,3 +525,6 @@ codespell/Fedora: - codespell . tags: - saas-linux-small-amd64 + except: + - tags + - schedules