1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

gitlab-ci: Explain why sources and dev-docs are not run in MRs

This commit is contained in:
Bruno Lopes
2025-08-19 10:58:34 -03:00
parent 2b779c6a11
commit f3a8e0c041

View File

@@ -708,6 +708,7 @@ cppcheck:
sources-debian:
extends: .default
rules:
# Don't run on MRs since non-merged/non-upstream code can't be distributed by us
- <<: *CI_COMMIT
- <<: *CI_RELEASE
needs: ["gimp-debian-nonreloc"]
@@ -729,6 +730,7 @@ sources-debian:
dev-docs:
extends: .default
rules:
# Don't run on MRs since non-merged/non-upstream code can't be distributed by us
- <<: *CI_COMMIT
- <<: *CI_RELEASE
needs: ["deps-debian-nonreloc", "gimp-debian-nonreloc"]