From ba227a6cecee0043b35060fbe3cc6329516e5814 Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Sat, 7 Mar 2026 08:33:16 -0300 Subject: [PATCH] gitlab-ci: Fix MacPorts cache never being pulled on non-master branches This is the same logic of our Flatpak deps script. But, for now, it will only work on gimp project, not on forks. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 614633069f..b3121284aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -688,6 +688,7 @@ deps-macos-inhouse-part1: stage: dependencies cache: - key: $CI_PROJECT_NAMESPACE + unprotect: true paths: - macports-cached policy: pull @@ -721,6 +722,7 @@ deps-macos-inhouse: stage: dependencies cache: - key: $CI_PROJECT_NAMESPACE + unprotect: true paths: - macports-cached policy: push