From 6f034b0cfc92c11f3d64aeb453c77ee8a39532d5 Mon Sep 17 00:00:00 2001 From: pppscn <35696959@qq.com> Date: Mon, 20 Jun 2022 11:08:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=EF=BC=9A=E5=88=A0=E9=99=A4Gi?= =?UTF-8?q?tHub=20Actions=E6=97=A7=E7=9A=84=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=EF=BC=88=E9=81=BF=E5=85=8D=E7=A9=BA=E9=97=B4=E7=88=86=E6=BB=A1?= =?UTF-8?q?=E9=99=90=E9=80=9F=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Delete_Old_Workflow_Runs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Delete_Old_Workflow_Runs.yml b/.github/workflows/Delete_Old_Workflow_Runs.yml index ae74fbe2..4da3571a 100644 --- a/.github/workflows/Delete_Old_Workflow_Runs.yml +++ b/.github/workflows/Delete_Old_Workflow_Runs.yml @@ -18,8 +18,8 @@ jobs: with: token: ${{ github.token }} repository: ${{ github.repository }} - retain_days: 7 - keep_minimum_runs: 6 + retain_days: 1 + keep_minimum_runs: 1 delete_workflow_pattern: 'Nightly Build' - name: Delete Self uses: Mattraks/delete-workflow-runs@v2