Skip to content

Commit a1d36b3

Browse files
authored
Fix cron comment in deploy.yml
1 parent a12cc88 commit a1d36b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: ["main"]
66
schedule:
7-
- cron: "0 7 * * *" # Runs every day at 00:00 UTC time
7+
- cron: "0 7 * * *" # Runs every day at 07:00 UTC time
88

99
workflow_dispatch:
1010

0 commit comments

Comments
 (0)