Schedule build to run on workday end (11:00 UTC)

(cherry picked from commit 3628b659728bde73de33a2d3704e834e6867d2e9)
This commit is contained in:
Nguyen Thai
2023-11-24 17:52:05 +07:00
committed by Dat H. Pham
parent a352bd5ada
commit 662a0f33f2
+2
View File
@@ -1,5 +1,7 @@
on: on:
workflow_dispatch: workflow_dispatch:
schedule:
- cron: "0 11 * * *"
name: Build dev binaries name: Build dev binaries