From b97409e334cc6a9f8a88d23328ceb63ba7b3a511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AE=E7=94=9F=E8=8B=A5=E6=A2=A6?= <1070753498@qq.com> Date: Fri, 24 Nov 2023 20:54:44 +0800 Subject: [PATCH] action; --- .github/workflows/delete_workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/delete_workflow.yml b/.github/workflows/delete_workflow.yml index c49cdb9..ae96aae 100644 --- a/.github/workflows/delete_workflow.yml +++ b/.github/workflows/delete_workflow.yml @@ -5,7 +5,7 @@ on: days: description: 'Days-worth of runs to keep for each workflow' required: true - default: '30000' + default: '30' minimum_runs: description: 'Minimum runs to keep for each workflow' required: true @@ -27,7 +27,7 @@ on: delete_run_by_conclusion_pattern: description: 'Remove runs based on conclusion: action_required, cancelled, failure, skipped, success' required: true - default: "ALL" + default: "failure" type: choice options: - "ALL"