ci: Add workflow to automatically remove old artifacts
This commit is contained in:
3
.github/workflows/remove-old-artifacts.yml
vendored
3
.github/workflows/remove-old-artifacts.yml
vendored
@@ -4,6 +4,9 @@ on:
|
||||
schedule:
|
||||
# Every day at 1am
|
||||
- cron: '0 1 * * *'
|
||||
# 手动
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
remove-old-artifacts:
|
||||
|
||||
Reference in New Issue
Block a user