Skip to content

Commit 77aa316

Browse files
authored
Change cron schedule to run daily at midnight
1 parent 5bcb344 commit 77aa316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches:
77
- ep2025
88
schedule:
9-
- cron: "0 * * * *"
9+
- cron: "0 0 * * *"
1010

1111
jobs:
1212
deploy:

0 commit comments

Comments
 (0)