.gitlab-ci.yml: removed unnecessary jobs from schedules [ci skip]

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
Nikos Mavrogiannopoulos
2026-05-31 00:14:34 +02:00
parent f0406217eb
commit 86fe12e989
+9
View File
@@ -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