Skip to content

Commit 3826ab5

Browse files
authored
ci: set every five day check update
1 parent 54f0895 commit 3826ab5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Update_Checker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ on:
1919
required: false
2020
default: 'false'
2121
schedule:
22-
- cron: '0 16 */3 * *'
23-
# 每三天的UTC 16:00触发 北京时间为每三天的凌晨0点
22+
- cron: '0 16 */5 * *'
23+
# 每五天的UTC 16:00触发 北京时间为每五天的凌晨0点
2424

2525
permissions:
2626
contents: write
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
keep_latest: 10
7272
keep_min_download_counts: 2
73-
delete_expired_data: 30
73+
delete_expired_data: 160
7474
delete_tags: true
7575
env:
7676
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)