Live data from Hacker News

Pricing Changes for GitHub Actions

resources.github.com

11–20 of 853 posts

Re: Pricing Changes for GitHub Actions

#11
The $0.002 per-minute for self-hosted runners will definitely change the unit economics for a lot of 3rd party runner providers.

I'm sure we'll feel it too at https://sprinters.sh, but probably a bit less than others as our flat $0.01 per job fee for runners on your own AWS account will still work out to about 80% average savings in practice, compared to ~90% now when using spot instances.

Re: Pricing Changes for GitHub Actions

#13
post #7
post #3

Earlier quoted context omitted.

Yep - Bitbucket made a similar move recently and I guess they are just following along. I'd love to get the justification of that fee tho… Edit: Confused GitLab and Bitbucket

That's a surprise, do you have a link to their announcement?

Nope because I confused Bitbucket with GitLab. My bad. BitBuckets announcement can be found here: https://news.ycombinator.com/item?id=46165180

Re: Pricing Changes for GitHub Actions

#15
post #6
post #3

Earlier quoted context omitted.

Yep - Bitbucket made a similar move recently and I guess they are just following along. I'd love to get the justification of that fee tho… Edit: Confused GitLab and Bitbucket

I initially felt a bit offended when I saw this. Then I thought about it and at the end of the day there's a decent amount of infrastructure that goes into displaying the build information, updating it, scanning for secrets and redacting, etc. I don't know if it's worth the amount they are targeting, but it's definitely not zero either.

Yeah, I think we’re seeing some fallout from how much developer infrastructure was built out during the era where VCs were subsidizing everything, similar to how a lot of younger people complained about delivery charges going up when they had to pay the full cost. Unfortunately, now a lot of the competition is gone so there isn’t much room to negotiate or try alternate pricing models.

Re: Pricing Changes for GitHub Actions

#16
Introducing a separate charge specifically targeting those of your customers who choose to self-host your hilariously fragile infrastructure is certainly a choice.. And one I assume is in no way tied to adoption/usage-based KPIs.

Of course, if you can just fence in your competition and charge admission, it'd be silly to invest time in building a superior product.

Re: Pricing Changes for GitHub Actions

#17
I guess it was only a matter of time...

Part of this is fair since there is a cost to operating the control plane.

One way around this is to go back to using check runs. I imagine a third party could handle webhooks, parse the .github/workflows/example.yml, then execute the action via https://github.com/nektos/act (or similar), then post the result.

Re: Pricing Changes for GitHub Actions

#18
post #2

> We are introducing a $0.002 per-minute Actions cloud platform charge for all Actions workflows across GitHub-hosted and self-hosted runners. Charging for self-hosted runners is an interesting choice. That's the same cost as their smallest hosted runners [1] [1] - https://docs.github.com/en/billing/reference/actions-runner-...

it'd be great if they can couple this with an SLA for GitHub actions so we won't have to end up paying as much..

(ofc, that'd only mean they stop updating the status page, so eh)

Post reply on HN