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