diff --git a/.github/workflows/pipeline-admin-cleanup.yml b/.github/workflows/pipeline-admin-cleanup.yml index 8f3e790..36c6a70 100644 --- a/.github/workflows/pipeline-admin-cleanup.yml +++ b/.github/workflows/pipeline-admin-cleanup.yml @@ -37,8 +37,12 @@ on: - skipped - success dry_run: - description: 'Only log actions, do not perform any delete operations.' - required: false + description: "Dry run mode: only log actions without performing deletions" + default: "false" + type: choice + options: + - "false" + - "true" schedule: - cron: '0 0 1 * *' # Run monthly, at 00:00 on the 1st day of month.