Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/purge-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Purge Old Artifacts

on:
schedule:
# 每天凌晨2点自动清理(可根据需要调整时间)
- cron: '0 2 * * *'
- cron: '*/5 * * * *' # 每5分钟执行一次

jobs:
purge-artifacts:
Expand Down