Skip to content

Commit 91d03b1

Browse files
authored
Merge pull request #24 from zapta/main
Change build time to UTC midnight.
2 parents 65f11c1 + a276180 commit 91d03b1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build-and-release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: build-and-release
22

33
on:
4-
# Run daily after UTC midnight.
4+
# Runs daily at UTC midnight to minimize risk of overstepping
5+
# manual builds of same date.
56
schedule:
6-
- cron: "1 0 * * *"
7+
- cron: "0 0 * * *"
78

89
# Allow manual activations.
910
workflow_dispatch:

0 commit comments

Comments
 (0)