Skip to content

Commit d9772f1

Browse files
authored
Fix schedule
1 parent 3f203a1 commit d9772f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ on:
33
push:
44
branches:
55
- main
6-
schedule:
7-
- cron: '0 0 * * *' # Run every day at 12am.
6+
schedule:
7+
- cron: '0 13 * * *'
88
jobs:
99
aggregate:
1010
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)