GitHub just shocked engineering team budgets with a change to GitHub Actions pricing.
For people using self-hosted runners, or runners provided by a third-party, GitHub previously offered their CI/CD control plane for free. This will no longer be the case.
Many people using third-party runners chose that option for the cost advantages, and this changes the equation.
For engineering orgs that really want to reduce costs though, there’s a better way. GitHub Actions still uses the traditional approach of running jobs on parallel VMs. However, running pipelines as a graph (DAG), while utilizing automatic, content-based caching, provides the most substantial cost reductions.
This approach is the key to how the big tech companies like Google and Meta run their pipelines.
We built
@rwx_cloud to make this approach accessible for regular engineering teams. RWX runs pipelines faster, and more cost effectively, than any other CI/CD platform.
We completed a cost comparison today where a pipeline on RWX used a total of 84,004 seconds of execution, while the identical pipeline on GitHub Actions consumed 300,787 seconds of compute, for a 70% reduction on RWX.
If anybody wants to relieve some pressure on their engineering budget in 2026, send me a DM.