From 01fd1d3174ab6f98b51a3e20ffd339c993456c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E5=B0=9A=E5=90=9B?= Date: Thu, 6 Apr 2023 09:44:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E7=95=993=E5=A4=A9action=20run?= =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/delete-old-workflow-runs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/delete-old-workflow-runs.yaml b/.github/workflows/delete-old-workflow-runs.yaml index 683f94bfc..a79a651a3 100644 --- a/.github/workflows/delete-old-workflow-runs.yaml +++ b/.github/workflows/delete-old-workflow-runs.yaml @@ -10,5 +10,5 @@ jobs: - name: Delete workflow runs uses: Mattraks/delete-workflow-runs@v2 with: - retain_days: "0" + retain_days: "3" keep_minimum_runs: "3" \ No newline at end of file