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: