Live data from Hacker News

Pricing Changes for GitHub Actions

resources.github.com

561–570 of 853 posts

Re: Pricing Changes for GitHub Actions

#561
post #532
post #488

Earlier quoted context omitted.

I am not understanding something. If its the price of runs, then its not always running. If its price of the agent to exist, then thats not paying per runs- then you’re right that people tend to leave their runners online 24/7- but I’ve never worked anywhere that had workers building 24/7.

I guess some people just always have something running since it's owned hardware. Daily builds of popular OSS projects or constant vuln scans or whatever?

When you've already paid for the hardware, it is essentially free after that (aside electricity, I suppose). So there wasn't a reason to ration our runners, and we actually added additional workloads/scans/etc just because we could.

Re: Pricing Changes for GitHub Actions

#564

Earlier quoted context omitted.

Takes like these do not account for the value you gained by using the software in the meantime. Here are 2 scenarios: 1) company uses exclusively free software, spends more time dealing with the shortcomings of said software than developing product, product is half baked and doesn't sell well, company dies. 2) company uses proprietary but cheap/free (as in beer) software that does the job really well, focuses on deve…

or alternative hire right people that know what they are doing and don’t need a whole lot of junk to work on and deploy. I have been coding 31 years now and don’t have the slighest clue why anyone would ever need a “github action”

There's value in enforcing checks on the server side to avoid people accidentally/maliciously merging code that doesn't pass said checks. Checks can be linters, security scanners, etc.

Re: Pricing Changes for GitHub Actions

#565

Earlier quoted context omitted.

They're squeezing their customers after locking in to juice their margins, having become a monopoly/monopsony. This is the classic enshitificaton playbook.

Nobody is locked in (unless they made some incredibly bad decisions) and this is a tiny fee in exchange for a useful service. I’m just baffled by the response to this.

It's not baffling if you read his Enshitification book. This is phase 2.

In 2010, people were saying it was very reasonable to start prioritizing publishers' ability to reach you over your organic contacts. After all, Facebook is providing this utility for free; shouldn't they be able to extract some additional revenue from their platform? And here we are in 2025...

Re: Pricing Changes for GitHub Actions

#568

Earlier quoted context omitted.

or alternative hire right people that know what they are doing and don’t need a whole lot of junk to work on and deploy. I have been coding 31 years now and don’t have the slighest clue why anyone would ever need a “github action”

There's value in enforcing checks on the server side to avoid people accidentally/maliciously merging code that doesn't pass said checks. Checks can be linters, security scanners, etc.

> Checks can be linters, security scanners, etc.

The first checks I setup are build and test. The rest is “extra”.

Re: Pricing Changes for GitHub Actions

#569
post #557

Earlier quoted context omitted.

Have any suggestions to those community-developed and maintained options?

Gitea. Gitlab (ish?).

GitLab actually implemented Actions first back in the day (called CI/CD). I remember GitHub was following their lead.
Post reply on HN