From f27b2707ebcc787e70aa0eb318a0c36467cb5d9e Mon Sep 17 00:00:00 2001
From: Update Bot <update-bot@private.storage>
Date: Fri, 15 Jul 2022 13:23:22 -0400
Subject: [PATCH] It seems to work.  Switch it back to schedule-driven for
 merge.

---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8492b8ce..321a74d6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -160,8 +160,7 @@ deploy-to-production:
     url: "https://monitoring.private.storage/"
 
 update-nixpkgs:
-  # <<: *RUN_ON_SCHEDULE
-  <<: *RUN_ON_MERGE_REQUEST
+  <<: *RUN_ON_SCHEDULE
   script:
     - |
       ./ci-tools/with-ssh-agent ./ci-tools/update-nixpkgs whetstone.private.storage PrivateStorage/PrivateStorageio "$CI_PROJECT_ID"
-- 
GitLab