From d6a738fedf2088a5ffef7ac5465700b860e93cdb Mon Sep 17 00:00:00 2001 From: pppscn <35696959@qq.com> Date: Mon, 1 Aug 2022 15:58:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=EF=BC=9A`=E6=AF=8F=E5=A4=9C?= =?UTF-8?q?=E6=9E=84=E5=BB=BA`=E8=B0=83=E6=95=B4=E4=B8=BA`=E6=AF=8F?= =?UTF-8?q?=E5=91=A8=E6=9E=84=E5=BB=BA`=EF=BC=88=E6=AF=8F=E5=91=A8?= =?UTF-8?q?=E5=A4=A923=E7=82=B9=E5=90=AF=E5=8A=A8=E7=BC=96=E8=AF=91?= =?UTF-8?q?=EF=BC=8C=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 --- .../{Delete_Old_Workflow_Runs.yml => Delete_Workflow.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{Delete_Old_Workflow_Runs.yml => Delete_Workflow.yml} (84%) diff --git a/.github/workflows/Delete_Old_Workflow_Runs.yml b/.github/workflows/Delete_Workflow.yml similarity index 84% rename from .github/workflows/Delete_Old_Workflow_Runs.yml rename to .github/workflows/Delete_Workflow.yml index 2f1c48d9..77ea7b24 100644 --- a/.github/workflows/Delete_Old_Workflow_Runs.yml +++ b/.github/workflows/Delete_Workflow.yml @@ -1,4 +1,4 @@ -name: Delete old workflow runs +name: Delete Workflow on: schedule: - cron: '59 15 * * 7' #每周天在国际标准时间15点59分(北京时间+8,即 23:59) @@ -7,7 +7,7 @@ on: root_sol: description: "Workflow Title" required: true - default: "Delete old workflow runs" + default: "Delete Workflow" jobs: del_runs: @@ -26,4 +26,4 @@ jobs: token: ${{ github.token }} repository: ${{ github.repository }} keep_minimum_runs: 1 - delete_workflow_pattern: 'Delete old workflow runs' \ No newline at end of file + delete_workflow_pattern: 'Delete Workflow' \ No newline at end of file