mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 10:52:07 +00:00
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:
parent
dc29c56a2e
commit
4041d31773
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-submodules.yml
vendored
2
.github/workflows/update-submodules.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Update Submodules
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '*/30 * * * *'
|
||||
- cron: '* */24 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in a new issue