We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b5e9c commit b40fea2Copy full SHA for b40fea2
.github/workflows/scheduled-rebalances.yml
@@ -4,7 +4,7 @@ on:
4
schedule:
5
# Run at :25 and :55 past every hour
6
# This gives us a 5-minute buffer before :00 and :30 schedules
7
- - cron: "25, 55 * * * *"
+ - cron: "25,55 * * * *"
8
9
# Allow manual trigger for testing
10
workflow_dispatch:
0 commit comments