From 70a9c7d8abdbd1e8ccc501e713fd60d02ea20237 Mon Sep 17 00:00:00 2001
From: Athanasius <Athanasius@miggy.org>
Date: Sat, 17 Dec 2022 11:30:56 +0000
Subject: [PATCH] github/submodule-update: Run every day at mid-day.

---
 .github/workflows/submodule-update.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/submodule-update.yml b/.github/workflows/submodule-update.yml
index 9af87368..691e250e 100644
--- a/.github/workflows/submodule-update.yml
+++ b/.github/workflows/submodule-update.yml
@@ -2,9 +2,8 @@
 name: Submodule Updates
 
 on:
-  # We might want this on a schedule once this is in `main`
-  push:
-    branches: [ develop ]
+  schedule:
+    - cron: '00 12 * * *'
 
 jobs:
   check_submodules: