BuildBudget - Analyze and optimize your Actions runner costs #3791
eduramirezh
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi ARC community! I've built a tool that helps teams understand and optimize their GitHub Actions usage, with a particular focus on self-hosted runners. If you're using ARC, you're probably managing a significant Actions workload and dealing with the associated infrastructure costs.
What BuildBudget does
Right now, the tool provides:
Why I built it
Managing self-hosted runners at scale comes with its own set of challenges. While ARC handles the runner provisioning brilliantly, understanding the actual usage patterns and optimizing costs can be tricky. BuildBudget aims to provide the visibility needed to make informed decisions about your runner infrastructure.
How it can help ARC users
Getting Started
The service is free during beta and available at buildbudget.dev. It gets the data via webhooks for workflow_run and workflow_job events. We support both:
For Enterprise Server users, you'll be guided through a simple setup process to configure the necessary webhooks for data collection.
Looking for feedback
As fellow Actions power users, your input would be incredibly valuable. I'm particularly interested in:
Feel free to try it out and share your thoughts. You can reach me here through discussions or at [email protected].
I'm actively developing new features and would love to shape the tool around real use cases from the ARC community. Looking forward to your feedback!
Beta Was this translation helpful? Give feedback.
All reactions