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

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

View File

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