更新 .gitea/workflows/update.yaml

This commit is contained in:
Lunny Xiao 2023-09-05 02:54:13 +00:00
parent 08aeff4287
commit ad311cfba2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: update
on:
schedule:
- cron: '0 */1 * * *' # every hour
- cron: '0 */12 * * *' # every 12 hours
jobs:
update: