0
0
mirror of https://github.com/sp-tarkov/build.git synced 2025-02-12 15:10:45 -05:00

Nightly Build Time

Updates the nightly build time to be 4am UTC (11pm EST). Less of a chance to collide with a developer triggered build.
This commit is contained in:
Refringe 2024-11-28 15:40:06 -05:00
parent 73a665ddf4
commit 39bd67225d
Signed by: Refringe
SSH Key Fingerprint: SHA256:t865XsQpfTeqPRBMN2G6+N8wlDjkgUCZF3WGW6O9N/k

View File

@ -2,7 +2,7 @@ name: SPT Release Build
on:
schedule:
- cron: "0 17 * * *"
- cron: "0 4 * * *" # Nightly should trigger at 4am UTC (11pm EST).
repository_dispatch:
types: [build-trigger]
workflow_dispatch: