We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12cc88 commit a1d36b3Copy full SHA for a1d36b3
1 file changed
.github/workflows/deploy.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches: ["main"]
6
schedule:
7
- - cron: "0 7 * * *" # Runs every day at 00:00 UTC time
+ - cron: "0 7 * * *" # Runs every day at 07:00 UTC time
8
9
workflow_dispatch:
10
0 commit comments