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: