-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement weekly breakdown CI job #267
Implement weekly breakdown CI job #267
Conversation
Will this throw off the weekly data with GHA cron not lining up with existing weekly records? |
"weekly" is just how the seed script did it. The date is whatever it says in the json (should be plotted as XY, not assuming linear time axis). If that's too hard, it could be moved to ~Tuesday (depending on timezones). |
I don't think it currently handles time properly, but it would be an easy enough fix more just the perfectionist in me wanting a week gap always. |
FWIW, I haven't figured out how it works with timezones. Currently the last sample is 2023-09-19, which would mean the next is 26th (Tuesday). Google tells me github is UTC. Changed GHA to 01:00 every Tuesday |
tyvm |
Per #265