mirror of
https://github.com/pppscn/SmsForwarder
synced 2025-08-03 01:17:41 +08:00
整理:每夜构建
调整为每周构建
(每周天23点启动编译,避免空间爆满限速)
This commit is contained in:
parent
d6a738fedf
commit
92a4572657
2
.github/workflows/Delete_Workflow.yml
vendored
2
.github/workflows/Delete_Workflow.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Delete Workflow
|
||||
on:
|
||||
schedule:
|
||||
- cron: '59 15 * * 7' #每周天在国际标准时间15点59分(北京时间+8,即 23:59)
|
||||
- cron: '59 15 * * 0' #每周天在国际标准时间15点59分(北京时间+8,即 23:59)
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
root_sol:
|
||||
|
2
.github/workflows/Weekly_Build.yml
vendored
2
.github/workflows/Weekly_Build.yml
vendored
@ -3,7 +3,7 @@ name: Weekly Build
|
||||
# 触发器
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 15 * * 7' #每周天在国际标准时间15点(北京时间+8,即 23:00)
|
||||
- cron: '0 15 * * 0' #每周天在国际标准时间15点(北京时间+8,即 23:00)
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
root_sol:
|
||||
|
Loading…
x
Reference in New Issue
Block a user