Skip to content

Commit

Permalink
updates cron policy to every day one minute after midnight utc
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoputzer committed Sep 16, 2024
1 parent 4822289 commit 09c8337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy to GitHub Pages
on:
workflow_dispatch:
schedule:
- cron: 0 * * * * # This should run every thour this way we can get the "latest" prices fetched; todo: fetch previousHour candle also
- cron: 1 0 * * * # This should trigger at 00:01 UTC every day.
workflow_run:
workflows: [Tests]
types: [completed]
Expand Down

0 comments on commit 09c8337

Please sign in to comment.