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 自动化部署,更新日志应该很快会手动更新