logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: f66a877af7dcb12f7206f339fd350b265c27e1e9
parent d24e6eaf391157a1c465d53924189d6cf4bc22e6
Author: Mark Felder <feld@feld.me>
Date:   Fri,  1 Aug 2025 10:52:04 -0700

Disable automatic CI jobs for every pushed branch

Diffstat:

M.gitlab-ci.yml3++-
Achangelog.d/gitlabci.skip0
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -14,9 +14,10 @@ variables: &global_variables workflow: rules: - if: $CI_PIPELINE_SOURCE == "merge_request_event" + - if: $CI_COMMIT_BRANCH == "develop" + - if: $CI_COMMIT_BRANCH == "stable" - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS when: never - - if: $CI_COMMIT_BRANCH cache: &global_cache_policy key: $CI_JOB_IMAGE-$CI_COMMIT_SHORT_SHA diff --git a/changelog.d/gitlabci.skip b/changelog.d/gitlabci.skip