整理:`每夜构建`调整为`每周构建`(每周天23点启动编译,避免空间爆满限速)

This commit is contained in:
pppscn 2022-08-02 14:43:02 +08:00
parent f5d030192b
commit 64202ffa5e
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ jobs:
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
retain_days: 0 # 全部删除只留正在跑的一条
keep_minimum_runs: 1
delete_workflow_pattern: 'Weekly Build'
# 设置jdk环境为11