mirror of
https://github.com/pppscn/SmsForwarder
synced 2024-11-04 06:00:11 +00:00
整理:每夜构建
调整为每周构建
(每周天23点启动编译,避免空间爆满限速)
This commit is contained in:
parent
7842e52cbd
commit
f5d030192b
2
.github/workflows/Release.yml
vendored
2
.github/workflows/Release.yml
vendored
@ -19,6 +19,8 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# 检出代码
|
||||
- uses: actions/checkout@v2
|
||||
# 设置jdk环境为11
|
||||
- name: set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
|
2
.github/workflows/Weekly_Build.yml
vendored
2
.github/workflows/Weekly_Build.yml
vendored
@ -15,6 +15,8 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# 检出代码
|
||||
- uses: actions/checkout@v2
|
||||
# 删除旧的工作流
|
||||
- name: Delete Weekly Build
|
||||
uses: Mattraks/delete-workflow-runs@v2
|
||||
|
Loading…
Reference in New Issue
Block a user