From 1330a215d3b30b43f92a67ad258c627fe7528e76 Mon Sep 17 00:00:00 2001 From: cheng zhen Date: Fri, 31 Jan 2025 20:41:10 +0800 Subject: [PATCH] ci: Add workflow to automatically remove old artifacts --- .github/workflows/remove-old-artifacts.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/remove-old-artifacts.yml b/.github/workflows/remove-old-artifacts.yml index 6fe42be..536f044 100644 --- a/.github/workflows/remove-old-artifacts.yml +++ b/.github/workflows/remove-old-artifacts.yml @@ -4,6 +4,9 @@ on: schedule: # Every day at 1am - cron: '0 1 * * *' + # 手动 + workflow_dispatch: + jobs: remove-old-artifacts: