From aff0097a8443ae309c7814621ff4687ff4455484 Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Fri, 26 Sep 2025 20:59:25 -0400 Subject: [PATCH] push-pull -> pull-push --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ef9fc6829..7b04e2301e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,7 +57,7 @@ build: &build - packages/sw/node_modules/ # Not sure if this really works - '**/node_modules/' - policy: push-pull + policy: pull-push when: on_success - &cache-build key: "$CI_COMMIT_REF_SLUG" @@ -69,7 +69,7 @@ build: &build - packages/misskey-bubble-game/built/ - packages/misskey-js/built/ - packages/misskey-reversi/built/ - policy: push-pull + policy: pull-push when: on_success # "only" has been removed, so we use rules. # This runs in MR pipelines *or* push to develop/stable