diff --git a/.github/workflows/remove-artifacts.yml b/.github/workflows/remove-artifacts.yml index 98b59866..91eb2139 100644 --- a/.github/workflows/remove-artifacts.yml +++ b/.github/workflows/remove-artifacts.yml @@ -1,11 +1,14 @@ name: Remove artifacts on: + workflow_dispatch: + +#on: #schedule: # Every day at 1am # - cron: '0 1 * * *' - workflow_dispatch: +# workflow_dispatch: jobs: remove-old-artifacts: @@ -19,4 +22,4 @@ jobs: #age: '1 month' # ' ', e.g. 5 days, 2 years, 90 seconds, parsed by Moment.js # Optional inputs # skip-tags: true - # skip-recent: 5 \ No newline at end of file + # skip-recent: 5