mirror of
https://github.com/pppscn/SmsForwarder
synced 2024-11-04 06:00:11 +00:00
整理:每夜构建
调整为每周构建
(每周天23点启动编译,避免空间爆满限速)
This commit is contained in:
parent
a6545d695e
commit
d6a738fedf
@ -1,4 +1,4 @@
|
||||
name: Delete old workflow runs
|
||||
name: Delete Workflow
|
||||
on:
|
||||
schedule:
|
||||
- cron: '59 15 * * 7' #每周天在国际标准时间15点59分(北京时间+8,即 23:59)
|
||||
@ -7,7 +7,7 @@ on:
|
||||
root_sol:
|
||||
description: "Workflow Title"
|
||||
required: true
|
||||
default: "Delete old workflow runs"
|
||||
default: "Delete Workflow"
|
||||
|
||||
jobs:
|
||||
del_runs:
|
||||
@ -26,4 +26,4 @@ jobs:
|
||||
token: ${{ github.token }}
|
||||
repository: ${{ github.repository }}
|
||||
keep_minimum_runs: 1
|
||||
delete_workflow_pattern: 'Delete old workflow runs'
|
||||
delete_workflow_pattern: 'Delete Workflow'
|
Loading…
Reference in New Issue
Block a user