Skip to content

Commit b40fea2

Browse files
authored
Update scheduled-rebalances.yml
1 parent b8b5e9c commit b40fea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled-rebalances.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
schedule:
55
# Run at :25 and :55 past every hour
66
# This gives us a 5-minute buffer before :00 and :30 schedules
7-
- cron: "25, 55 * * * *"
7+
- cron: "25,55 * * * *"
88

99
# Allow manual trigger for testing
1010
workflow_dispatch:

0 commit comments

Comments
 (0)