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.
Pricing Changes for GitHub Actions
11–20 of 853 posts
Re: Pricing Changes for GitHub Actions
#12Re: Pricing Changes for GitHub Actions
#13Earlier 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?
Re: Pricing Changes for GitHub Actions
#14Re: Pricing Changes for GitHub Actions
#15Earlier 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.
Re: Pricing Changes for GitHub Actions
#16Of 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
#17Part 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> 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-...
(ofc, that'd only mean they stop updating the status page, so eh)
Re: Pricing Changes for GitHub Actions
#19Re: Pricing Changes for GitHub Actions
#20It’s been awhile since I looked. What’s a good alternative?