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

This commit is contained in:
pppscn 2022-08-01 15:59:58 +08:00
parent d6a738fedf
commit 92a4572657
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
name: Delete Workflow name: Delete Workflow
on: on:
schedule: schedule:
- cron: '59 15 * * 7' #每周天在国际标准时间15点59分(北京时间+8即 23:59) - cron: '59 15 * * 0' #每周天在国际标准时间15点59分(北京时间+8即 23:59)
workflow_dispatch: workflow_dispatch:
inputs: inputs:
root_sol: root_sol:

View File

@ -3,7 +3,7 @@ name: Weekly Build
# 触发器 # 触发器
on: on:
schedule: schedule:
- cron: '0 15 * * 7' #每周天在国际标准时间15点(北京时间+8即 23:00) - cron: '0 15 * * 0' #每周天在国际标准时间15点(北京时间+8即 23:00)
workflow_dispatch: workflow_dispatch:
inputs: inputs:
root_sol: root_sol: