We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65f11c1 + a276180 commit 91d03b1Copy full SHA for 91d03b1
1 file changed
.github/workflows/build-and-release.yaml
@@ -1,9 +1,10 @@
1
name: build-and-release
2
3
on:
4
- # Run daily after UTC midnight.
+ # Runs daily at UTC midnight to minimize risk of overstepping
5
+ # manual builds of same date.
6
schedule:
- - cron: "1 0 * * *"
7
+ - cron: "0 0 * * *"
8
9
# Allow manual activations.
10
workflow_dispatch:
0 commit comments