From eebbb116acecbdbecf1068241d9cc3bb8b54b7b1 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sat, 30 Mar 2024 20:10:56 -0500 Subject: [PATCH] Fixed delete-workflow-runs.yml It will only delete `Build and Release uYouEnhanced` from now on. --- .github/workflows/delete-workflow-runs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/delete-workflow-runs.yml b/.github/workflows/delete-workflow-runs.yml index 252cda2..88316ed 100644 --- a/.github/workflows/delete-workflow-runs.yml +++ b/.github/workflows/delete-workflow-runs.yml @@ -13,6 +13,7 @@ on: delete_workflow_pattern: description: 'Name or filename of the workflow (if not set, all workflows are targeted)' required: false + default: 'Build and Release uYouEnhanced' # default value is "" delete_workflow_by_state_pattern: description: 'Filter workflows by state: active, deleted, disabled_fork, disabled_inactivity, disabled_manually' required: true