Skip to content

Commit

Permalink
change schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
timotejvesel committed Nov 30, 2023
1 parent d4987b0 commit 89107a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: "Calculate rewards"

on:
schedule:
- cron: '0 9 * * 1' # Every Monday at 09:00 UCT
- cron: '0 6 * * 5' # Every Friday at 06:00 UCT
- cron: '30 7 * * 1' # Every Monday at 07:30 UCT
- cron: '30 19 * * 4' # Every Thursday at 19:30 UCT
workflow_dispatch:
inputs:
first_reward_epoch:
Expand Down

0 comments on commit 89107a9

Please sign in to comment.