Pricing Changes for GitHub Actions
111–120 of 853 posts
Re: Pricing Changes for GitHub Actions
#112Re: Pricing Changes for GitHub Actions
#113I suspect we'll be doing that sometime in January or February.
I guess forgejo is the easiest migration path? https://forgejo.org/
Re: Pricing Changes for GitHub Actions
#114Earlier quoted context omitted.
This is absolutely bananas; for my own CI workflow I'll have to pay $140+/month now just to run my own hardware.
I'm curious, what are you doing that has over 1000 hours a month of action runtime?
A lot of it is wasted in build time though, due to a lack of appropriate caching facilities with GitHub actions.
[0] https://github.com/Barre/ZeroFS/tree/main/.github/workflows
Re: Pricing Changes for GitHub Actions
#115Microsoft has started raising prices on many of their products. I suppose they decided that their current customers need to pay the increased CapEx for AI;) New motto - AI pay for it whether you use it or not.
No such thing as free parking
This is going to be the downfall of GA
Re: Pricing Changes for GitHub Actions
#116Everyone in this thread has gone absolutely insane. $5/month gets you 41 fucking _hours_ of continuous operation. If you're not utterly abusing the platform, this falls extremely below the threshold of caring. And if not, what the fuck are you even doing with all those hours? The new per-minute charge is less than one millisecond of engineer labor cost.
(Which, yes, has implications for energy use/climate change too for sure).
It doesn't look like i currently have access to the usage data on any of the lots-of-runners-lots-of-PRs projects I currently work on (which are still probably way less than some large companies).
Re: Pricing Changes for GitHub Actions
#117That makes me genuinely curious about the internal hosted vs. self-hosted usage ratio they're seeing. I'd have guessed the bulk of the cost/volume was on hosted, but clearly that can't be the case
Anecdotally I've seen it get a lot more common to use third-party managed runners (e.g. Blacksmith) for anyone that needs slightly beefier machines and/or a caching system that actually works.
Re: Pricing Changes for GitHub Actions
#118Everyone in this thread has gone absolutely insane. $5/month gets you 41 fucking _hours_ of continuous operation. If you're not utterly abusing the platform, this falls extremely below the threshold of caring. And if not, what the fuck are you even doing with all those hours? The new per-minute charge is less than one millisecond of engineer labor cost.
Re: Pricing Changes for GitHub Actions
#119Earlier quoted context omitted.
I had the same question — I understand that the Actions control plane has costs on self-hosted runners that GitHub would like to recoup, but those costs are fixed per-job. Charging by the minute for the user’s own resources gives the impression that GitHub is actually trying to disincentivize third-party runners.
Might be an estimation of logs storage/bandwidth.