Update update-submodules.yml

It now only triggers automatically every 24 hours.
But please “Update Submodules” to fix the compiling issues.
This commit is contained in:
arichornlover 2024-06-26 22:49:04 -05:00 committed by GitHub
parent dc29c56a2e
commit 4041d31773
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ name: Update Submodules
on:
schedule:
- cron: '*/30 * * * *'
- cron: '* */24 * * *'
workflow_dispatch:
jobs: