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:
parent
73a665ddf4
commit
39bd67225d
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user