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:
@@ -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"]
|
||||
|
Reference in New Issue
Block a user