From 609360a1d058200d1af3722593e6ac2239b7ea65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=8B=E6=A2=A6?= <37858783+canmengxian@users.noreply.github.com> Date: Tue, 2 Jan 2024 23:52:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=81=E7=94=A8=E5=88=A0=E9=99=A4=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81=E8=BF=90=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb66bdc4..54cecbda 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,13 +18,13 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: 删除工作流运行 - uses: Mattraks/delete-workflow-runs@v2 - with: - token: ${{ github.token }} - repository: ${{ github.repository }} - retain_days: 0 - keep_minimum_runs: 1 + # - name: 删除工作流运行 + # uses: Mattraks/delete-workflow-runs@v2 + # with: + # token: ${{ github.token }} + # repository: ${{ github.repository }} + # retain_days: 0 + # keep_minimum_runs: 1 - name: Build run: cd v2rayN && @@ -58,4 +58,4 @@ jobs: # * This is an automated deployment of GitHub Actions, the change log should be updated manually soon # ## 更新日志 - # * 这是 GitHub Actions 自动化部署,更新日志应该很快会手动更新 \ No newline at end of file + # * 这是 GitHub Actions 自动化部署,更新日志应该很快会手动更新