Merge pull request #4571 from canmengxian/patch-2

禁用删除工作流运行
This commit is contained in:
2dust 2024-01-03 20:06:34 +08:00 committed by GitHub
commit 784928ffc8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,13 +18,13 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: 删除工作流运行 # - name: 删除工作流运行
uses: Mattraks/delete-workflow-runs@v2 # uses: Mattraks/delete-workflow-runs@v2
with: # with:
token: ${{ github.token }} # token: ${{ github.token }}
repository: ${{ github.repository }} # repository: ${{ github.repository }}
retain_days: 0 # retain_days: 0
keep_minimum_runs: 1 # keep_minimum_runs: 1
- name: Build - name: Build
run: cd v2rayN && run: cd v2rayN &&
@ -58,4 +58,4 @@ jobs:
# * This is an automated deployment of GitHub Actions, the change log should be updated manually soon # * This is an automated deployment of GitHub Actions, the change log should be updated manually soon
# ## 更新日志 # ## 更新日志
# * 这是 GitHub Actions 自动化部署,更新日志应该很快会手动更新 # * 这是 GitHub Actions 自动化部署,更新日志应该很快会手动更新