Update the cron.

This commit is contained in:
AirryCo
2024-10-28 13:17:48 +08:00
parent 797c0c7904
commit ac74f8cd81
2 changed files with 2 additions and 2 deletions

View File

@@ -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'

View File

@@ -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'