Update the cron.
This commit is contained in:
2
.github/workflows/build-nightly-cron.yaml
vendored
2
.github/workflows/build-nightly-cron.yaml
vendored
@@ -2,7 +2,7 @@ name: SPT-Server Build Nightly
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '15 */12 * * *'
|
- cron: '30 2 * * *'
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/build-nightly-cron.yaml'
|
- '.github/workflows/build-nightly-cron.yaml'
|
||||||
|
|||||||
2
.github/workflows/build-release-cron.yaml
vendored
2
.github/workflows/build-release-cron.yaml
vendored
@@ -2,7 +2,7 @@ name: SPT-Server Build Release
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 */12 * * *'
|
- cron: '0 2 * * *'
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '.github/workflows/build-release-cron.yaml'
|
- '.github/workflows/build-release-cron.yaml'
|
||||||
|
|||||||
Reference in New Issue
Block a user