Skip to content

Commit

Permalink
Update multipool-cron.yaml
Browse files Browse the repository at this point in the history
Run 10 mins past the hour as it always seems to fail on the hour.  Maybe subgraphs gets slammed hourly?
  • Loading branch information
Tritium-VLK authored Apr 21, 2024
1 parent 1f4396d commit 11a506e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multipool-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Generate Ecosystem Deposit CSVs

on:
schedule:
- cron: "0 * * * *"
- cron: "10 * * * *"
workflow_dispatch:
inputs:
POOL_ID:
Expand Down

0 comments on commit 11a506e

Please sign in to comment.